.feature_heading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    color: #363636;
    text-align: center;
}

.feature_bottom_part {
    margin-top: 40px;
}

.feature_slider .slick-list {
    margin: 0 -10px;
}

.feature_slider .slick-slide {
    padding: 0 10px;
}

.feature_image img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .feature_heading h2 {
        font-size: 32px;
    }

    .feature_bottom_part {
        margin-top: 35px;
    }

    .feature_image img {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 991px) {
    .feature_heading h2 {
        font-size: 28px;
    }

    .feature_bottom_part {
        margin-top: 30px;
    }

    .feature_image img {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 767px) {
    .feature_heading h2 {
        font-size: 26px;
    }

    .feature_bottom_part {
        margin-top: 25px;
    }

    .feature_image img {
        width: 50px;
        height: 50px;
    }
}