.sobre_nos {
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: end;
    background-color: #fde2bc;

}

.sobre_nos .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre_nos .title {
    font-family: 'm-bold';
    color: var(--cor-amarelo);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sobre_nos .subtitle {
    font-family: 'l-bold';
    font-size: 'm-regular';
    color: var(--cor-verde);
    font-size: 2rem;
    margin-bottom: 20px;
}

.sobre_nos .text {
    font-family: 'm-regular';
    margin-bottom: 10px;
    font-size: 1rem;

}

.sobre_nos .left {
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #3F4C51;
}

.sobre_nos .left .item p {
    font-family: 'm-regular';
    color: var(--cor-verde);

}

.sobre_nos .left .item p:nth-child(1) {
    font-family: 'l-medium';
    font-size: 1.6rem;
}


.sobre_nos .left .item {
    margin-top: 20px;
    margin-left: 30%;
}

.sobre_nos .itens_sobre_nos {
    margin-top: 30px !important;

}

@media only screen and (max-width: 813px) {

    .sobre_nos {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        background-color: #fde2bc;
        padding-bottom: 50px;
    }

    .sobre_nos .title {
        font-family: 'm-bold';
        color: var(--cor-amarelo);
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 1.2rem;
    }

    .sobre_nos .subtitle {
        font-family: 'l-bold';
        color: var(--cor-verde);
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .sobre_nos .left {
        padding-right: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #3F4C51;
    }

}