/*Banner Section two*/

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

.banner-section-two .bafahub-funding-program {
    display: flex;
    width: 90%;
    max-width: 1600px;
    gap: 5rem;

}

.banner-section-two .bafahub-funding-program__heading {
    flex-basis: 30%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.banner-section-two .bafahub-funding-program__content {
    flex-basis: 70%;
}

.banner-section-two .bafahub-funding-program__content__headline {
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3.8rem;
}

.banner-section-two .bafahub-funding-program__content__point {
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-bottom: 1.5rem;
}

.banner-section-two .bafahub-funding-program__content__point:nth-child(7) {
    margin-bottom: 3.2rem;
}

.banner-section-two .bafahub-funding-program__content__point .bold {
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
}

.banner-section-two .bafahub-funding-program__content__point .toggle-button-image {
    margin-right: 1rem;
    width: 3.6rem;
    height: 1.6rem;
}

.banner-section-two .bafahub-funding-program__content .highlight {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background-color: #eaf9ec;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .banner-section-two .bafahub-funding-program {
        flex-direction: column;
    }
}

/*End of banner section two*/
