.asptt-title{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:15px;
}

.asptt-title,
.asptt-subtitle{
    margin: 0;
}

.asptt-title-label{
    text-transform:uppercase;
    font-weight:bold;
    font-size:28px;
    /* gotham */
}

/* ---- */

.asptt-big-title{ 
    font-size:46px;
    font-weight:bold;
    color:var(--e-global-color-primary);
    margin:0 0 35px 0;
    padding:0;
    text-transform:uppercase;
}

@media screen and (max-width: 768px) {
    .asptt-title-label {
        font-size: 24px;
    }
}