main{
    margin-bottom: 2rem;
}
.container{
    display: grid;
    align-items: center;
    margin: 1rem;
    margin-top: 2rem;
    border: solid var(--corborda) 0.1rem;
}
.direita{
    grid-template-columns: 70% 30%;
}
.direita img{
    margin-left: 0;
}
.esquerta{
    grid-template-columns: 30% 70%;
}
.descricao{
    margin: 1rem;
}
.titulo{
    font-size: 2rem;
}
.texto{
    margin: 0.5rem;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.5rem;
}
.img{
    width: 90%;
    margin: 1rem;
}
.link{
    text-decoration: none;
    line-height: 3rem;
    color: var(--branco);
}
@media screen and (min-width: 1024px){
    .container{
        width: 60%;
        display: grid;
        align-items: center;
        margin: 1rem auto;
        margin-top: 2rem;
        border: solid var(--corborda) 0.1rem;
    }

}
@media screen and (min-width: 1728px){
	
}