.presentacion{
display: flex;
align-items: center;
margin: 10%;
justify-content: space-between;
}
.presentacion_contenido{
width: 615px;
}
.presentacion__contenido__titulo{
font-size: 36px;
}
.presentacion__contenido_texto{
font-size: 24px;
}