/*Photo banner section*/


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

.photo-banner .kfw-funding {
    display: flex;
    width: 90%;
    max-width: 1600px;
    gap: 5rem;
}

.photo-banner .kfw-funding .kfw-funding-image-container {
    flex-basis: 30%;
}

.photo-banner .kfw-funding .kfw-funding-image-container .kfw-funding-image {
    align-self: flex-start;
    width: 38.3rem;
    min-height: 40.8rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.photo-banner .kfw-funding__content {
    flex-basis: 70%;
}

.photo-banner .kfw-funding__content__headline {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 2.5rem;
}

.photo-banner .kfw-funding__content__message {
    width: 100%;
    padding: 12px 24px;
    border-radius: 11px;
    background-color: #d3ecd7;
    margin-bottom: 1.8rem;
    position: relative;
    border-left: 3px solid #00bd1e;
}

.photo-banner .kfw-funding__content > p {
    width: 90%;
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3rem;
}

.photo-banner .kfw-funding__content__message #message-text {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.photo-banner .kfw-funding__content__message #message-text span {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
}

.photo-banner .kfw-funding__content__para {
    width: 90%;
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    margin-bottom: 3rem;
}

@media (max-width: 900px) {
    .photo-banner {
        flex-direction: column;
        margin: 0 auto;
    }

    .photo-banner .kfw-funding {
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .photo-banner .kfw-funding__content__headline {
        font-size: 3.2rem;
    }

    .photo-banner .kfw-funding .kfw-funding-image {
        width: 100%;
    }
}

/*End of photo banner*/
