.hero-section {
    min-height: 100svh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-section .section-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 640px) {
    .hero-section h1 {
        max-width: 320px;
    }
}
