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

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

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

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