.section-8 {
    margin-top: 20rem;
    color: #F9FAFF;
    display: flex;
    justify-content: center;
}

.section-8 .container {
    display: flex;
    justify-content: center;
    position: relative;
}

.section-8 .center-card {
    background-color: #202B50;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
    position: relative;
}

.section-8 .center-card h3 {
    font-weight: 600;
    line-height: 3.5rem;
}

.section-8 .center-card p {
    line-height: 1.5rem;
    margin: 3rem 0rem 9rem 0rem;
    font-weight: 300;
}

.contact-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0rem 3rem;
}

.contact-btn {
    border-radius: 1rem;
    font-size: 1.2rem;
    padding: 1.7rem 2.75rem;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #45B9D5 0%, #81CA73 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.contact-btn p {
    margin: 0 !important;
    font-weight: 600 !important;
    background: linear-gradient(180deg, #45B9D5 0%, #81CA73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 100% !important;
}

.contact-btn:hover {
    box-shadow: none;
    color: white;
}

.contact-btn:hover>p {
    background: linear-gradient(180deg, #F9FAFF 0%, #F9FAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-8 .stat {
    color: #202B50;
    background: #F9FAFF;
    box-shadow: 0px 0px 30px 3px #C7D0FF;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: scaleY(2.0) !important;
}

.section-8 .stat-1 {
    top: 8%;
    left: 2%;
}

.section-8 .stat-2 {
    top: 8%;
    right: 2%;
}

.section-8 .stat-3 {
    bottom: 12%;
    left: 2%;
}

.section-8 .stat-4 {
    bottom: 12%;
    right: 2%;
}

.section-8 .stat-5 {
    bottom: -10%;
    /* left: 44%; */
    /* left: calc(50% - 11.25rem / 2); */
    left: 0;
    right: 0;
    margin: auto;
}

.section-8 .stat-5 .number {
    background: -webkit-linear-gradient( #81CA73, #45B9D5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-8 .stat .title {
    margin: 0rem 0rem 1rem 0rem;
    line-height: 1.5rem;
}

.section-8 .stat .number {
    font-weight: 700;
}

.section-8 .circle-sect-8 {
    position: absolute;
    height: 150%;
    width: 100%;
    background-color: transparent;
    border: solid 1px #C7D0FF;
    z-index: -1;
    border-radius: 50%;
    transform: scaleY(0.5);
    bottom: -60%;
}

@media (max-width: 1024px) {
    .section-8 .center-card {
        border-radius: 2rem 2rem 0 0;
    }
    .section-8 .container {
        display: flex;
        flex-direction: column;
    }
    .section-8 .circle-sect-8 {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #202B50;
        border: none;
        z-index: -1;
        border-radius: 0%;
        left: 0;
        transform: scaleY(1);
        bottom: -100%;
    }
    .section-8 .stat {
        transform: scale(0.8) !important;
        position: absolute;
        margin: 3rem 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .section-8 .stat-1 {
        top: 0%;
        left: 0%;
    }
    .section-8 .stat-2 {
        top: 0%;
        right: 0%;
    }
    .section-8 .stat-3 {
        bottom: 30%;
        left: 15%;
    }
    .section-8 .stat-4 {
        bottom: 30%;
        right: 15%;
    }
    .section-8 .stat-5 {
        bottom: 0%;
        top: 0%;
        left: 37%;
        left: 0 !important;
        right: 0 !important;
        margin: 3rem auto;
    }
}
@media (max-width:991px) {
    .section-8 .container .center-card{
        border-radius:0 ;
    }
    .section-8{
        border-radius: 0;
    }
}