/*
Theme Name: Royal Elementor Kit Child
Template: royal-elementor-kit
*/


/* Tablet */
@media (max-width: 1024px) {
    #home-hero {
        min-height: 100vh;
        margin-top: -190px;
    }

    #volunteer-section {
        margin-top: 70px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #home-hero {
        min-height: 80vh;
        margin-top: -224px;
    }

    #volunteer-section {
        margin-top: 70px;
    }

    .page-hero {
        margin-top: -150px;
        min-height: 520px;
    }

    .wpr-post-title {
        font-size: 2.5rem !important;
    }

}

