.solution {


    background: #FCFFF9;
    color:  #487660;
}

.solution-block-img {
    background: url("../img/solution-img-bcg.jpg") no-repeat center center;
    background-size: cover;
    margin: 20px -15px 30px -15px;
    color: #FCFFF9;
}
.solution-block-img-bcg{
    background: rgba(166,166,166,0.8);
    width: 100%;
    height: 100%;
    margin: 0;
}
@media (max-width: 1000px) {
    .solution p {
        font-size: 34px;
    }

}