
/*Inverted Photo Banner Two*/

.inverted-photo-banner-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.6rem 0;
}

.inverted-photo-banner-two .audit-road-map {
    display: flex;
    gap: 6rem;
    width: 90%;
    max-width: 1600px;
}

.inverted-photo-banner-two .audit-road-map .left {
    flex-basis: 65%;
}

.inverted-photo-banner-two .audit-road-map .left h3 {
    color: #2C2C2C;
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
    margin-bottom: 1rem;
}

.inverted-photo-banner-two .audit-road-map .left ul {
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.inverted-photo-banner-two .audit-road-map .left ul li {
    color: var(--Brand-colors-text, #2C2C2C);
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%; /* 27.54px */
    margin-bottom: 1rem;
}

.inverted-photo-banner-two .audit-road-map .left p {
    width: 80%;
    color: #2C2C2C;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; /* 27.54px */
}

.inverted-photo-banner-two .audit-road-map .right {
    flex-basis: 30%;
}

.inverted-photo-banner-two .audit-road-map .right img {
    width: 100%;
    border-radius: 1.6rem;
}

.inverted-photo-banner-two .reduce-message {
    margin-bottom: 4.1rem;
    width: 90%;
    max-width: 1600px;
    border-radius: 14px;
    background: #CDEDD5;
    padding: 2.7rem 2.4rem;
    border-left: 2px solid #00bd1e;
}

.inverted-photo-banner-two .reduce-message h4 {
    color: #2C2C2C;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}

.inverted-photo-banner-two .reduce-message p {
    color: #2C2C2C;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; /* 24.48px */
    margin-bottom: 1.8rem;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .inverted-photo-banner-two {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inverted-photo-banner-two .audit-road-map {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        width: 90%;
        max-width: 1600px;
        padding: 5.6rem 0;
    }
}

/*End of Inverted Photo Banner*/