.text-wrapper-500{
    max-width: 500px;
}

.text-wrapper-700{
    max-width: 700px;
}

.fs-2rem{
    font-size: 1.5rem !important;
}

/* on mobile */
@media (max-width: 767.98px) {

    .fs-2rem {
        font-size: 0.875rem !important;
    }
}