.card_asesoria{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.asesoria_contenido{
    width: 400px;
    height: 500px;
    border: 1px solid black;
    border-radius: 15px;
}
.contenido_espaciado{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contorno{
    border-radius: 15px;
}
.texto{
    height: 85px;
}

.texto textarea{
    resize: none;
    padding-top: 15px;
}

.asesoria_botones{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}