#top.hero {
    background-image: linear-gradient(180deg, rgba(15, 28, 46, 0.31), rgba(15, 28, 46, 0.51)),
        url("../../assets/wohnsitz/zypern/hero.webp");
    background-position: 35% 80%;
}
.product-hero-text {
    max-width: 75ch;
}
@media (max-width: 720px) {
    #top.hero {
        background-position: 10% 80%;
    }
}
