.icon-card__icon img{
    width: 100%;
    border-radius: 6px;
}

.page__wrapper
{overflow-y:hidden}

.block-with-icon:hover a{
    box-shadow: none;
}

.icon-card a{
    text-decoration: none;
}

.icon-card a h4{
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
}

.icon-card a p{
    color: #7e7e7e;
}

.icon-card:hover p{
    color: #FFF;
}

.feature-card__title{
    max-height: 86px;
    min-height: 86px;
}

.feature-card__desc{
    max-height: 144px;
    min-height: 144px;
}

.feature-card{
    transition: all .3s;
}

.advantages .simple-card:hover .simple-card__img
{
    transform: scale(1.8);
    margin-bottom: 3rem;
}

.advantages-items{
    min-height: 550px;
    max-height: 550px;
}

.feature-card:hover .feature-card__img{
    transition: all .3s;
    transform: scale(2.2);
}

.feature-card:hover .feature-card__icon{
    transition: all .3s;
    transform: scale(1.2);
}

.article-card__title{
    max-height: 55px;
    min-height: 55px;
}

.article-card__desc{
    max-height: 170px;
    min-height: 170px;
}

.swiper-wrapper .article-card__desc{
    max-height: 200px;
    min-height: 200px;
}

.swiper-slide{
    flex-shrink: 1;
}

@media only screen and (max-width: 991px) {
    .advantages-items, .article-card__title, .swiper-wrapper .article-card__desc{
        max-height: inherit;
    }
    
}
