@media only screen and (max-width: 600px) {
    .pt-12 {
        padding-top: 0px;
    }
    h2 {
        text-align: center;
    }
    #scrollToTopLink {
        width: 100% !important;
        text-align: center !important;
    }
    #scrollToTopLink2 {
        width: 100% !important;
        text-align: center !important;
    }
    .py-8 {
        padding-bottom: 0px;
    }
}
#phone {
    font-size: 16px;
}