.single-blog {

    main {
        padding-left: 15vw !important;
        padding-right: 15vw !important;
    }

    h1, .h1 {
        font-size: 3rem !important;
        line-height: 3rem !important;
        width: 100% !important;
    }

       h2, .h2 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
        width: 100% !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

     h3, .h3 {
        font-size: 2rem !important;
        line-height: 2rem !important;
        width: 100% !important;
         margin-top: 3rem !important;
        margin-bottom: 1rem !important;
    }

    h4, h5, h6, .h4, .h5, .h6 {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        width: 100% !important;
        margin-top: 3rem !important;
        margin-bottom: 1rem !important;
    }

    p, .p {
        width: 100% !important;
        font-size: 1.25rem !important;
        line-height: 1.5rem !important;
    }

    main li {
        width: 100% !important;
    }

    a:hover {
        color: #fff;
    }
}