/*Banner Section three*/

.banner-section-three {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.banner-section-three .fund-modules {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    overflow: hidden;
}

.banner-section-three .fund-modules .left {
    flex-basis: 50%;
}

.banner-section-three .fund-modules .left h3 {
    margin-bottom: 1.7rem;
}

.banner-section-three .fund-modules .left p:first-of-type {
    margin-bottom: 2.3rem;
}

.banner-section-three .fund-modules .right {
    display: flex;
    gap: 2.5rem;
}

.banner-section-three .fund-modules .right .card {
    display: flex;
    width: 26.5rem;
    padding: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background-color: #fff;
    border-radius: 2rem;
    position: relative;
}

.banner-section-three .fund-modules .right .card .decor-star {
    position: absolute;
    top: 2rem;
    right: 3rem;
}

.banner-section-three .fund-modules .right .card .header {
    width: 100%;
    text-align: center;
    gap: 2.1rem;
    align-items: center;
}

.banner-section-three .fund-modules .right .card .header h2 {
    color: #218E28;
    font-family: Lato, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; /* 85.68px */
}

.banner-section-three .fund-modules .right .card:nth-child(2) {
    width: 35rem;
}

.banner-section-three .fund-modules .right .body-text {
    color: #2C2C2C;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 153%; /* 24.48px */
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-three {
        display: flex;
        justify-content: center;
    }

    .banner-section-three .fund-modules {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        overflow: hidden;
        margin-bottom: 10rem;
    }

    .banner-section-three .fund-modules .right {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .banner-section-three .fund-modules .right .card {
        display: flex;
        width: 100%;
        padding: 2.4rem;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
        background-color: #fff;
        border-radius: 2rem;
    }

    .banner-section-three .fund-modules .right .card:nth-child(2) {
        width: 100%;
    }
}

/*End of banner section three*/
