.hb-wrapper-4a0f7913 {
    width: 100%;
    background-color: #1b2b4b;
    padding: 80px 20px;
    text-align: center;
}

.hb-container-4a0f7913 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hb-label-4a0f7913 {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #c9a84c;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.hb-heading-4a0f7913 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.hb-subheading-4a0f7913 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 28px auto;
}

.hb-divider-4a0f7913 {
    width: 60px;
    height: 2px;
    background-color: #c9a84c;
    margin: 0 auto;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .hb-wrapper-4a0f7913 {
        padding: 48px 20px;
    }
    
    .hb-heading-4a0f7913 {
        font-size: 36px;
    }
}