h1 {
    font-size: 2rem !important;
    font-weight: 300 !important;
    text-align: center !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

h2 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

h1, h2, h3,
h4, h5, h6 {
    padding: 0 !important;
}

p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    h1 {
        font-size: 1.6rem;
        margin: var(--fs-spacing-2x);
    }

    h2 {
        font-size: 1.2rem !important;
    }

    h3 {
        font-size: 1rem !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
        margin: var(--fs-spacing-3x);
    }

    h2 {
        font-size: 1.2rem !important;
    }

    h3 {
        font-size: 1rem !important;
    }
}
