.hero-content-pin-homepage {
    padding-top: var(--etg-padding-top-bottom);
    padding-bottom: var(--etg-padding-top-bottom);
    background-color: var(--etg-primary-dark);
    color: #fff;
}

.hero-content-pin-homepage .etg-subtitle {
    color: #A1E8CA;
}

.hero-content-pin-homepage .etg-title {
    color: var(--etg-white);
}

.hero-content-pin-homepage .etg-content {
    margin-top: 40px;
    color: var(--etg-txt-white);
    position: relative;
}

.special-underline{
    display: inline-block;
    position: relative;
    z-index: 0;
}

.special-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px; /* regola la distanza dal testo */
    width: 100%;
    height: 0.3em; /* altezza proporzionale al font-size */
    background-image: url("/wp-content/themes/theme-bs5-deverso-etg/assets/images/special-underline.png");
    background-size: 100% 100%; /* si adatta alla larghezza della parola */
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;

}

/*
xs      <576px      col-            smart-phone
sm      ≥576px 	    col-sm
md      ≥768px 	    col-md          ipad
lg      ≥992px 	    col-lg          ipad pro
xl      ≥1200px 	col-xl          desktop
xxl     ≥1400px     col-xxl
*/

/*============================================================
 *
 * XXL  desktop large
 *
 */
@media (min-width: 1400px) {

}

/*============================================================
 *
 * XL   desktop
 *
 */
@media (max-width: 1399px) {

}

/*============================================================
 *
 * LG   small desktop
 *
 */

@media (max-width: 1199px) {

}

/*============================================================
 *
 * LG   ipadpro
 *
 */
@media (pointer:coarse) and (max-width: 1199px) {

}


/*============================================================
 *
 *  MD  ipad
 *
 */
@media (max-width: 991px) {

}


/*============================================================
 *
 *  Container 1100
 */
@media (max-width: 1200px) {
    .hero-content-pin-homepage {
        padding-top: var(--etg-padding-top-bottom-mobile);
        padding-bottom: var(--etg-padding-top-bottom-mobile);
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-content-pin-homepage .etg-title{
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

/*============================================================
 *
 *  SM smart-phone 576-767
 *  XS 0-567
 */
@media (max-width: 767px) {
}

/*============================================================
 *
 * XS   smartphone
 *
 */
@media (min-width: 10px)  and (max-width: 575px) {

}


