.e-typography {
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    text-wrap: inherit;
}


.e-typography.small {
    font-size: .73em;
}




@media (max-width:576px) {

    .e-typography-xs,
    .e-typography.xs {
        font-size: 0.85em;
    }

    .e-typography.xs.small {
        font-size: 0.9em;
    }
}



@media (max-width:768px) {

    .e-typography-sm,
    .e-typography.sm {
        font-size: 0.85em;
    }

    .e-typography.sm.small {
        font-size: 0.9em;
    }
}


@media (max-width:992px) {

    .e-typography-md,
    .e-typography.md {
        font-size: 0.85em;
    }

    .e-typography.md.small {
        font-size: 0.75em;
    }
}

@media (max-width:1200px) {

    .e-typography-lg,
    .e-typography.lg {
        font-size: 0.85em;
    }

    .e-typography.lg.small {
        font-size: 0.75em;
    }
}