/* index HERO IMAGE */
.home-hero{
    background: url("../images/hero-image/index-hero4.webp") no-repeat center center / 100vw auto;
    padding: 5.5rem 1rem 3.5rem;
}
.home-hero h1{
    margin: 8vw 0 0.12vw;
    padding: 1rem 1rem 0 5vw;
    display: inline-block;
    color: white;
}

.home-hero h4{
    padding: 0.5rem 1rem 0 5vw;
    color: white;
}

/* PAST HERO IMAGE */
.past-hero {
    background: url("../images/hero-image/past-hero.webp") no-repeat center center / 100vw auto;
    padding: 5.5rem 1rem 3.5rem;
}
.past-hero h1{
    margin: 8vw 0 0.12vw;
    padding: 1rem 1rem 0 5vw;
    display: inline-block;
    color: white;
}

/* NEWS HERO IMAGE */
.news-hero {
    background: url("../images/hero-image/news-hero.webp") no-repeat center center / 100vw auto;
    background-position: center 50% 10%;
    padding: 5.5rem 1rem 3.5rem;
}
.news-hero h1{
    margin: 8vw 0 0.12vw;
    padding: 1rem 1rem 0 5vw;
    display: inline-block;
    color: white;
}
/* SPONSOR HERO IMAGE */
.sponsor-hero {
    background: url("../images/hero-image/sponsor-hero.webp") no-repeat center center / 100vw auto;
    padding: 5.5rem 1rem 3.5rem;
}
.sponsor-hero h1{
    margin: 8vw 0 0.12vw;
    padding: 1rem 1rem 0 5vw;
    display: inline-block;
    color: white;
}

/* CONTACT HERO IMAGE */
.contact-hero {
    background: url("../images/hero-image/contact-hero.webp") no-repeat center center / 100vw auto;
    padding: 5.5rem 1rem 3.5rem;
}
.contact-hero h1{
    margin: 8vw 0 0.12vw;
    padding: 1rem 1rem 0 5vw;
    display: inline-block;
    color: white;
}