#section4 {
    background-color: var(--red-kari-main);
    color: #fff;
}

#section4 .mandato-section {
    padding-top: 24px;
    padding-bottom: 24px;


}

.mandato-section .row {
    align-items: center;
}

.mandato-section .mandato-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.mandato-section .button-cta {
    width: 170px;
    height: 50px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 8px;
    background-color: #fff;
    color: red;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

}

img.foto-kari-mandato {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: none;
}

.mandato-section .mandato-left .mandato-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    letter-spacing: 0%;

}

.mandato-section .mandato-left p {
    color: var(--gray-kari-8);
    height: auto;
    color: #FFFFFF;
}

.row .mandato-right {
    text-align: right;
}

.row .mandato-right .foto-kari-mandato {
    text-align: right;
}
#img-fala-povo-home img {
    width: 100%;
}

@media (max-width: 600px) {
    .mandato-section .mandato-left {
        max-width: 100%;
        height: 415px;
        gap: 10px;
    }

    .mandato-left .button-cta {
        width: 100%;
        max-width: 350px;
        height: 50px;
        margin-top: 77px;
        border-radius: 8px;
        text-align: center;
    }

    .mandato-section .mandato-right {
        margin-bottom: 16px;
        margin-top: 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .mandato-section .mandato-right img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-top: 30px;
        border-radius: 20px;
        object-fit: contain;
    }

    .mandato-section .mandato-left {
        text-align: center;
        align-items: center;
        height: auto
    }

    div#btn-saiba-mais-mandato {
        margin-top: 5%;
    }

    .row {
        --bs-gutter-x: 0;
    }

}