.section_1 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 700px !important;
    background-position: bottom;

    .whiteGrad {
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        padding: 20px;
    }

    /* .col_1 {
        .whiteGrad {
            position: relative;

            &::after {
                content: '';
                position: absolute;
                bottom: -280px;
                left: 0;
                width: 100%;
                height: 300px;
                background-image: url(../images/growth/whiteBgBtm.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
            }
        }
    } */

    .col_2 {
        p {
            position: relative;

            &::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 80px;
                height: 3px;
                background-color: #e7e519;
                border-radius: 10px;
            }
        }
    }

    .growthIcon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #e7e519;
        padding: 15px;
        margin-bottom: 10px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    .resImg {
        display: none;
    }
}

.h5Wrap {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    display: inline-flex;
    padding: 8px 30px 15px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);

    h5 {
        color: #58595b !important;
        margin-bottom: 0;
        font-size: 20px;
    }
}

.capDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    padding-top: 20px;

    .capDIvInn {
        width: calc(33.33% - 10px);
        text-align: center;

        .capIcon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid #fff;
            padding: 12px;
            margin: 0px auto 12px;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}

.impactUl {
    li {
        margin-bottom: 0;
        padding: 10px 0px;

        &:not(:last-child) {
            border-bottom: 1px solid #fff;
        }
    }
}

/* .section_1 {
    position: relative;
    padding-bottom: 120px;

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -50px;
        background-image: url(../images/growth/circle.png);
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .secBg {
        width: 350px;
        height: 350px;
        position: relative;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
} */

.fancybox-image {
    background-color: var(--green) !important;
}

/* Responsive */
@media (max-width: 1440px) {
    .fz_40 {
        font-size: 30px !important;
    }

    .section_1 {
        padding-bottom: 500px !important;
        background-position: bottom right;
    }
}

@media (max-width: 1199px) {
    .fz_40 {
        font-size: 26px !important;
        padding-top: 10px;
    }

    .section_1 {
        background: none !important;
        padding-bottom: 0 !important;

        .whiteGrad {
            background-color: rgba(0, 0, 0, 0.15);
        }

        .resImg {
            display: block;
            margin-top: 30px;
        }
    }
}

@media (max-width: 767px) {
    .fz_40 {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {

    h2,
    .h2 {
        font-size: 28px !important;
    }
}


/* ---- background moved out of the markup (CSP: no inline styles) ---- */
.section_1.growthBg {
    background-image: url(../images/growth/growth.png);
}
