.image_icon-icon-wrapper img {
    max-width: 40px;
    height: auto;
}
.image_icon-icon-wrapper.width_30 img {
    max-width: 30px;
}
.floating_images_with_icon-content .image-with-icon_block_wrapper {
    display: flex;
    text-align: center;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}
.floating_images_with_icon_outter {
    text-align: center;
    overflow: hidden;
}
.floating_images_with_icon-content-outter {
    margin-top: 40px;
}
.floating_images_with_icon-content .image-with-text-swiper_content_header {
    margin-bottom: 30px;
}
.floating_images_with_icon-content .title4+.block_subtitle {
    margin-top: 15px;
}
.floating_images_with_icon-content-outter {
    margin-top: 60px;
}
.floating_images_with_icon_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floating_images_with_icon_image.floating_images_with_icon_image_left>div {
    max-width: 85%;
}
.floating_images_with_icon-content-outter_wrapper {
    position: relative;
    z-index: 1;
}
.floating_images_with_icon-content-outter_wrapper {
    max-width: 600px;
    width: 100%;
}
.floating_images_with_icon_image_right {
    align-self: flex-end;
}
.floating_images_with_icon-content .image-with-text-blocks__icons_content_header {
    min-width: unset;
    max-width: unset;
}
@media(min-width: 961px){
    .floating_images_with_icon_image.floating_images_with_icon_image_right>div {
        transform: scale(1.1);
        position: relative;
        z-index: 0;
    }
}
@media(max-width: 960px){
    .floating_images_with_icon_inner {
        flex-direction: column;
    }
    .floating_images_with_icon-content .image-with-icon_block_wrapper {
        gap: 20px;
    }
    .floating_images_with_icon_image_left {
        order: 2;
        width: 100%;
        margin-top: 35px;
    }
    .floating_images_with_icon_image.floating_images_with_icon_image_left>div {
        max-width: 95%;
        margin-right: auto;
        margin-left: unset;
    }
    .floating_images_with_icon_image_right {
        order: 3;
        width: 100%;
    }
    .floating_images_with_icon_image.floating_images_with_icon_image_right>div {
        max-width: 95%;
        margin-left: auto;
    }
    .floating_images_with_icon-content-outter_wrapper {
        background: #DAD4CD;
        padding: 30px 0;
        padding-bottom: 5px;
    }
    .floating_images_with_icon-content-outter_wrapper .section_header {
        margin-bottom: 0 !important;
    }
    .floating_images_with_icon-content-outter_wrapper .image-with-text-swiper_content_header .title4 {
        font-size: 18px;
    }
    .floating_images_with_icon-content-outter_wrapper .image-with-text-swiper_content_header {
        margin-bottom: 18px !important;
    }
    .floating_images_with_icon-content-outter {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .floating_images_with_icon-content .title4+.block_subtitle {
        margin-top: 10px;
        font-size: 14px;
    }
    .icons_replacement_mob_wrapper img {
        width: 100%;
        height: auto;
    }
    .floating_images_with_icon-content-outter_wrapper.desktop_hide {
        background: transparent;
    }

}