h1 {
    font-size: 37px;
    color: #000;
}

p {
    font-size: 16.4px;
    color: #000
}

h5 {
    color: #000;
}

.new-h6 {
    font-weight: 500;
    font-size: 15.8px;
    color: #000;
}

/* ================= MOBILE ONLY ================= */
@media (max-width: 576px) {

    /* Page heading */
    h1 {
        font-size: 35px;
        margin-top: 30px !important;
        margin-bottom: 20px;
        padding-top: 0 !important;
    }

    /* Paragraphs */
    p {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    /* Subheadings */
    h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    /* Small heading / signature */
    h6.new-h6 {
        font-size: 18px;
        margin-bottom: 50px;
        text-align: left;
    }

    /* Padding adjustments for all sections */
    .pt-md-3,
    .pt-md-4,
    .pt-lg-2,
    .pb-md-5,
    .mb-md-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }
}