/* front-page :: cta — CSS di sezione (estratto) */

/* --- from style --- */

/*** 
=============================================
    Callto Action Area Css
=============================================
***/
.callto-action-area {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 45px 0;
    z-index: 2;
}

.callto-action__conent {
    position: relative;
    display: block;
    text-align: center;
}

.callto-action__conent h3 {
    color: #b0bcc2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
}

.callto-action__conent h3 a {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.callto-action__conent h3 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #0a8ae6;
}
