﻿.responsive-text {
    font-size: 1em;
}

@media (min-width: 768px) {
    .responsive-text {
        font-size: 1.5em;
    }
}
