.home-section-1 .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 24px;
}
.home-section-1 .icon-box-left .icon-box-text h1 {
    font-size: clamp(24px, 3.125vw, 39px);
    margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
    .home-section-1 .icon-box-left {
        flex-direction: column;
        gap: 10px;
    }
    .home-section-1 .icon-box-left .icon-box-img + .icon-box-text {
        padding: 0;
        text-align: center;
    }
}
.home-section-3 .box .overlay {
    display: none;
}
.home-section-5 .img a:before,
.home-section-3 .box .box-image a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}
.home-section-5 .img a:hover:before,
.home-section-3 .box .box-image a:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
.home-section-3 .box .box-text {
    text-shadow: none;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.45);
    pointer-events: none;
}
.home-section-3 .box .box-text * {
    margin: 0;
    font-size: clamp(18px, 2.03125vw, 26px);
    line-height: 1.2;
    color: #373737;
    font-weight: 500;
}
.home-section-5 .img {
    overflow: hidden;
}
.home-section-6 .icon-box .icon-box-img img {
    padding: 0;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
@media only screen and (max-width: 767px) {
    .home-section-2 .row.slider,
    .home-section-4 .row.slider {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .home-section-2 .row.slider > .col,
    .home-section-2
        .row.slider
        .flickity-slider
        > .col
        .home-section-4
        .row.slider
        > .col,
    .home-section-4 .row.slider .flickity-slider > .col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
