.icons_list--icon img {
    width: 100%;
    height: auto;
}
.icons_list--icon {
    max-width: 62px;
}
.icons_list_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.image_contain_custom img {
    object-fit: contain !important;
}
.image-with-text-full-width {
    overflow: hidden;
}
.image-with-text-full-width .page-width.section_header {
    margin-bottom: 0px !important;
}
@media(min-width: 960px){
    .image-with-text-full-width.full_width_enabled .page-width.image-with-text-swiper_inner {
        max-width: unset;
        padding-left: unset;
    }
    .image-with-text-full-width.full_width_enabled .image-with-text-swiper_content {
        max-width: 750px;
        margin-right: auto;
    }
    .image-with-text-full-width.full_width_enabled .image-with-text-swiper-item_inner  {
        max-height: 850px;
    }
    .image-with-text-full-width .image-with-text-swiper-item_inner {
        flex-direction: row !important;
    }
    .image-with-text-full-width .image-with-text-swiper-item_inner.default_sec_height {
        max-height: unset;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .image-with-text-full-width {
        /* padding-top: 120px !important; */
    }
    .image-with-text-full-width .custom_video_wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .icons_list--icon img {
        width: 100%;
        height: auto;
    }
    .icons_list--icon {
        max-width: 85px;
    }
    .icons_list_wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}
@media(max-width: 960px){
    .icons_list_wrapper {
        justify-content: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .image-with-text-full-width .page-width.image-with-text-swiper_inner {
        padding-left: 0;
        padding-right: 0;
    }
    .image-with-text-full-width .image-with-text-swiper_content_header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .icons_list--icon {
        max-width: 45px;
    }
}
@media (min-width: 1440px) {}

@media (min-width: 1240px) and (max-width: 1440px) {
    .icons_list--icon {
        max-width: 45px;
    }

    .icons_list_wrapper {
        gap: 10px;
    }
}

@media (min-width: 960px) and (max-width: 1240px) {
    .icons_list--icon {
        max-width: 45px;
    }

    .icons_list_wrapper {
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {}

@media (max-width: 768px) {}