/* HOME PAGE */
.home-page .top-section {
    background-image: url("/front/images/top-bg.webp");
}

/* PRIVACY PAGE */
.privacy-page .top-section {
    background-image: url("/front/images/privacy.webp");
}

/* ABOUT PAGE */
.about-page .top-section {
    background-image: url("/front/images/about-top-bg.webp");
}

/* TERMS PAGE */
.terms-page .top-section {
    background: none;
}
