.font-size-24{
    font-size: 1rem;
    letter-spacing: 0.07em;
}

.font-size-170{
    font-size: 7.2rem;
    line-height: 0.4em;
}

.font-size-36{
    font-size: 2.25rem;
    line-height: 1.35em;
}

.font-size-20{
    font-size: 1.2rem;
    line-height: 1.4em;
}

.font-size-18{
    font-size: 1.125rem;
    line-height: 1.4em;
}

.hyphens{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.cursor-pointer{
    cursor: pointer;
}

.font-bottom{
   vertical-align: bottom;
}

.font-size-170,
.font-size-24,
.font-size-36,
.font-weight-bold, strong{
    font-family: 'Univers Next W01 Bold','Helvetica','Arial';

    font-weight: normal !important;

}

@media all and (max-width: 1400px){
    .font-size-small{
        font-size: 0.875rem;
    }

    .font-size-170{
        font-size: 7rem;
    }

    .font-size-36{
        font-size: 1.5rem;
    }

    .font-size-18,
    .font-size-20{
        font-size: 1rem;
    }

}

@media all and (max-width: 1198.98px){
    .font-size-18,
    .font-size-20{
        font-size: 0.875rem;
    }

    .font-size-170{
        font-size: 6rem;
    }

    .font-size-36{
        font-size: 1.25rem;
    }

}

@media all and (max-width: 768.98px){
    .font-size-24{
        font-size: 1rem;
    }

    .font-size-36{
        font-size: 1.25rem;
    }

    .font-size-170{
        font-size: 4rem;
    }
}

@media all and (max-width: 575.98px){
    .font-size-170{
        line-height: 0.8em;
    }
}