
@media (max-width: 980px) {
    .services-section {
    padding-top: 150px;
}

    .services-title , .list-services-title , .benefits-title {
        font-size: 28px;
    }
    
    
}



@media (max-width: 540px) {
    .services-section {
    padding-top: 40px;
}
    
    .services-title , .list-services-title , .benefits-title {
        font-size: 24px;
    }
    
    
}