 #effective-slider img{
            height: auto;
         }
         @media only screen and (max-width: 767px){
            body .section__title h2{
               font-size: 19px !important;
            }
           body  .section__title h4 {
    font-size: 15px!important;
    font-weight: 500!important;
    margin-bottom: 0;
}
body  section h2.color-text {
    font-size: 19px!important;
}
body  .section__title p {
    font-size: 12px;
    padding: 0;
}
body .services__icon img {
    max-width: 120px!important;
    height: auto;
}
         }