.banderin {
    background-image: url(../img/icons/banderin2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.banderin-parrafo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.8rem;
    height: 80%;
    margin-bottom: 1rem;
}

.banderin-parrafo p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banderin-titulo {
    display: flex;
    align-items: center;
    height: 20%;
}

.banderin-titulo h2 {
    width: 100%;
}

.bg-hoja {
    background-image: url(../img/bg-hoja.svg);
    background-size: cover;
}