

/* Agency Custom CSS */

.text-red {
    color: red !important;
}

.text-blue {
    color: blue !important;
}

.fs-2 {
    font-size: 1.2rem;
}

.fs-3 {
    font-size: 1.3rem;
}

.fs-4 {
    font-size: 1.4rem;
}

.fs-5 {
    font-size: 1.5rem;
}

.fs-6 {
    font-size: 1.6rem;
}

.fs-7 {
    font-size: 1.7rem;
}