.owr-title-banner-9f308c73 {
    width: 100%;
    box-sizing: border-box;
    transition: background 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.owr-bg-blue {
    background-color: #0d2c54; /* OWR Corporate Dark Blue */
}

.owr-bg-green {
    background-color: #00a896; /* OWR Teal Green */
}

.owr-title-inner-9f308c73 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.owr-title-9f308c73 {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.owr-subtitle-9f308c73 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    max-width: 800px;
}

@media (max-width: 768px) {
    .owr-title-9f308c73 {
        font-size: 2.25rem;
    }
    .owr-subtitle-9f308c73 {
        font-size: 1rem;
    }
}
