/* === /soluciones/casos-de-uso/styles/engagement.css === */
.howTo .howToCard{
    padding: 40px 90px;
}

/*****************/

.strategy h2 {
    font-weight: 600;
}

/*****************/

.why .whyCards .whyCard .whyCardTitle {
    min-height: 150px;
}

/*****************/

.channelsCards .card .leftColumn{
    position: relative;
}

.channelsCards .card .leftColumn img {
    position: absolute;
}

/*****************/

@media (max-width: 700px){

    .heroText img {
        width: 60%;
    }

    /*****************/

    .howTo .howToCard {
        padding: 120px 30px 60px;
    }
}


/* === inline styles === */
.why .whyCards .whyCard .whyCardDescription{
            min-height: 230px;
        }

        .why .whyCards .whyCard .whyCardDescription h4{
            min-height: 110px;
        }
