
.presentacion__content{
    width: 100%;
    height: 900px;
    background-color: #192130;
    margin-top: 160px;
}
.presentacion__contenedor-texto-descripcion{
    color: white;
    padding: 70px 70px 0;
    margin-bottom: 40px;
    
}
.presentacion__nombre{
    font-family: "Poppins";
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: white;
}
.presentacion__contenedor-img{
    text-align: center;
}
.parrafo-text{
    text-align: justify ,center;
}
.img-presentacion{
    width: 255px;
    height: 400px;
    border-radius: 20px;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.7);
    
}
@media (min-width: 600px){
    .presentacion__content{
        display: grid;
        height: 935px;
        grid-template-columns: 1fr 1fr;

    }
    .presentacion__nombre{
        font-size: 64px;
        margin-top: 260px;
    }
    .presentacion__contenedor-texto-descripcion{
        margin-left: 160px;
        display: flex;
        flex-direction: column;
        justify-content: left;
    }
    .presentacion__contenedor-img{
        align-items: center;
        align-content: center;
        
    }
    .img-presentacion{
        width: 400px;
        height: 700px;
        border-radius: 50px;
        box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.7);
    }

}

@media (max-width: 600px){
    .i{
        display: none !important;
    }
}