h2.switch-up {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 20px;
    letter-spacing: 5.5px;
}

h3.switch-up {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px;
    letter-spacing: 2.89px;
    line-height: 24px;
    font-weight: 600 !important;
}

p.switch-up {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 12px;
    letter-spacing: 3.44px;
}

a.switch-up {
    color: black !important;
}

a.switch-up:hover {
    color: #67AFD4 !important;
}

@media screen and (min-width: 576px) {
    h2.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 40px;
        letter-spacing: 5.5px;
    }

    h3.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 21px;
        letter-spacing: 2.89px;
        line-height: 24px;
        font-weight: 600 !important;
    }

    p.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 22px;
        letter-spacing: 3.44px;
    }
}

@media screen and (min-width: 768px) {
    h2.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 40px;
        letter-spacing: 5.5px;
    }

    h3.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 21px;
        letter-spacing: 2.89px;
        line-height: 24px;
        font-weight: 600 !important;
    }

    p.switch-up {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 22px;
        letter-spacing: 3.44px;
    }
}

.p-6 {
    padding: 6rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.p-7 {
    padding: 12rem !important;
}

.pt-7 {
    padding-top: 12rem !important;
}

.pb-7 {
    padding-bottom: 12rem !important;
}

.mb-7 {
    margin-bottom: 12rem !important;
}