.banner-iceberg {
    background: url('../../img/banner-iceberg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}
.features-content__top {
    transform: translateY(-165px);
    overflow: visible;
}
.features-content_bottom {
    margin-bottom: -120px;
}
.banner-iceberg .banner-content_top {
    transform: translateY(-30px);
}

/*Media*/
@media (min-width: 0px) and (max-width: 1200px) {
    .banner-iceberg {
        background-position: center;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .banner-iceberg .banner-content_top {
        transform: translateY(-55px);
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .banner-iceberg .banner-content_top {
        transform: translateY(-90px);
    }
    .banner-iceberg .banner-content_top{
        padding: 0px 15px;
    }
    .banner-iceberg .banner-content_top{
        padding: 0px 15px;
    }
}

@media (min-width: 0px) and (max-width: 480px) {

}

@media (min-width: 0px) and (max-width: 320px) {

}
/*Media end*/
