@media(max-width:1199px){
    .why-icon{
        display: none;
    }
    .why-right, .why-left{
        padding: 0 50px;
        text-align: left;
    }
    .why-img{
        display: none;
    }
    .callback-img{
        display: none;
    }
    .why-item{
      padding-left: 0;
    }
}

@media(max-width:991px){
    .header{
        height: 100%;
        padding-bottom: 50px;
    }
    .button{
        padding: 15px 35px;
    }
    .time{
        text-align: right;
    }
    .time-img{
        display: none;
    }
    .sales > h3{
        display: none;
    }
    .feature-img{
        display: none;
    }
    .feature-list > div{
        width: 50%;
    }
    .callback{
        background: none;
    }
    .top-header{
      position: relative;
    }
}

@media(max-width:767px){
    .header:before{
        background: rgba(0, 174, 149, 0.3);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .logo > span{
        display: none;
    }
    .call > h4{
        display: none;
    }
    .time{
        display: none;
    }
    .sales{
        text-align: center;
        color: #fff;
    }
    .why-right, .why-left{
        text-align: center;
        margin: 50px 0;
    }
    .feature{
        padding-top: 50px;
    }
    .logo{
      padding: 10px;
      border-radius:10px;
      background: #fff;
    }
    .logo > img{
      margin-right: 5px;
    }
}

@media(max-width:435px){
    .feature-list > div{
        height: 350px;
    }
}