/* HERO IMAGE DE SUB HEADER */
.hero-image {
    width: 100%;
    height: 55vh;
    min-height: 350px;
    background: url('/assets/img/og-image.png') center center/cover no-repeat;
}

/* HERO TEXT */
.hero {
    padding: 50px 20px;
}

.hero-content {
    max-width: 900px;
    margin: auto;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-content h3 {
    font-size: 1.4rem;
    color: #444;
    margin-bottom: 14px;
}

.hero-btn {
    background: #ff3366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
