.simle-text-section {
    padding: 40px 0px 96px;
}
.simle-text-section .content-box p {
    font-size: 32px;
    line-height: 1.3;
}

.simle-text-section .content-box {
    max-width: 920px;
    width: 100%;
}
@media only screen and (max-width:1199px){
    .simle-text-section .content-box p {
        font-size: 24px;
    }
}
@media only screen and (max-width:991px){
    .simle-text-section {
        padding: 40px 0px 60px;
    }
}

@media only screen and (max-width:767px){

}

