@media screen and (min-width: 768px) {
    h1 {
        font-size: 45px;
        line-height: 50px;
        padding-top: 0px;
        padding-bottom: 40px;
        font-weight: bold;
        color: #0b0b0b;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 25px;
        font-weight: bold;
        color: #0b0b0b;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-weight: bold;
        color: #0b0b0b;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: bold;
        color: #0b0b0b;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
        color: #0b0b0b;
    }

    h6 {
        font-size: 12px;
        line-height: 16px;
        padding-top: 15px;
        padding-bottom: 10px;
        color: #0b0b0b;
    }

    p {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 10px;
        color: #0b0b0b;
    }

    ul {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 10px;
        color: #0b0b0b;
    }

    ol {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 10px;
        color: #0b0b0b;
    }
}