.hero-section {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1779976739105-04a6a7dc71b0');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

section .section-title, section .section-subtitle{
    text-align: center;
}