.includes{
    background: url("../img/includes-bcg.jpg") right -668px bottom  no-repeat;


    color:  #FCFFF9;
    height: 100%;
    line-height: 1.1;
}
.includes p{
    width: 65%;
}
.includes h2 {
    font-size: 45px;
}

.bcg-includes{
    background-color: rgba(166,166,166,0.4);
}
.includes li {
    margin-top: 50px;
    font-size: 30px;
    display: inline-flex;
}
.includes span{
    line-height: 1.5;
    width: 50px;
    height: 50px;
    padding: 0 15px;
    text-align: center;
    color: #FCFFF9;
    border-radius: 100%;
    background: #487660;
    margin-right: 30px;
}
@media (max-width: 1200px)  {
    .includes{
        background: url("../img/includes-bcg.jpg") center bottom  no-repeat;

        height: 1980px ;
    }

    .includes p{
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .includes {

        height: 1800px;
    }
}