.projeto{
    display: grid;
    grid-template-columns: 37% 40%;
    column-gap: 3%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: justify;
    align-items: center;
}

.texto-sobre-projeto{
    color: var(--cor-verde);
    margin-bottom: 20px;
    font-family: 'ms900';
    
}

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

.text-subtitle-form{
    font-size: 0.7rem;
        font-family: 'b-semibold';
        letter-spacing: 2px;
}


.imagem-projeto img{
    width: 100%;
    height: auto;
}

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

}

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

@media only screen and (max-width: 813px) {
    .projeto{
        display: grid;
        grid-template-columns: 80%;
        grid-template-rows: max-content;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        
    }

    .texto-sobre-projeto{
        color: #C9952B;
        margin-bottom: 20px;
        order: 1;
        font-family: 'ms900';
        
    }
    
    .imagem-projeto{
        padding-left: 30px;
        order: 2;
    }
    

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

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

}
