.projeto {
    display: grid;
    grid-template-columns: 35% 35%;
column-gap: 40px;
    grid-template-rows: max-content;
    justify-content: center;
    padding-bottom: 100px;
    align-items: center;
     margin-top: 100px;

}

.texto-sobre-projeto {
    color: var(--cor-verde-claro);
    font-family: 'm-b';
    margin-bottom: 10px;

}

.imagem-projeto {
    padding-left: 30px;
}

.subtitle-section {
    font-family: 'n-extrabold';
    font-size: 1.5rem;
    color: var(--cor-azul);
}

.projeto ul {
    margin-top: 30px;
}

.projeto ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
    color: #706F6F;
    margin-bottom: 20px;
    font-size: 1rem;
}

.projeto ul li b {
    color: var(--cor-verde-claro);
}

.text-subtitle-form {
    font-size: 0.7rem;
}


.imagem-projeto img {
    width: 100%;
    height: auto;
    margin-top: 33px;
}

.text-aperte-play {
    color: var(--cor-verde-claro);
    font-family: 'Barlow-SemiBold';

}

.descricao-projeto {
    order: 2;
}

.descricao-projeto ul li {

      color: var(--cor-marrom);
    
}

.text_height span{
font-size: 1rem;

}
.text_height{
white-space: nowrap;
}

.money{
font-size: 1rem;
}


.imagem-projeto {
    order: 1;
}

.texto-espaco {
    letter-spacing: 4px;
}

.text-projeto {
    margin-top: 30px;
}

.metragem {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 20px;
    margin-top: 30px;
}

.title_metragem {
    font-family: 'k-regular';
    font-size: 1.7rem;
    color: var(--cor-verde);

}

.text_metragem {
    color: var(--cor-verde);
    font-size: 1rem;
}

@media only screen and (max-width: 813px) {
    .projeto {
        display: grid;
        grid-template-columns: 80%;
        grid-template-rows: max-content;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 1rem;
            margin-top: 30px;
            margin-bottom: 30px;

    }

    .break{
        display: initial;
    }

    .texto-sobre-projeto {
        order: 1;
        color: var(--cor-verde-claro);
        font-family: 'm-b';
        margin-bottom: 10px;

    }

    .imagem-projeto {
        padding-left: 30px;
        order: 2;
    }

    .subtitle-section {
        font-family: 'n-regular';
        font-size: 1.2rem;
        color: var(--cor-azul);
        text-align: center;
    }

    

    .imagem-projeto {
        padding-left: 0px;
        padding-top: 0px;
    }

    .imagem-projeto iframe {
        width: 100%;
        height: 250px;
    }

    .text-projeto {
        margin-top: 10px;
    }

    .metragem {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .title_metragem {
        font-family: 'k-regular';
        font-size: 1.2rem;
        color: var(--cor-verde);
    }




}