.ch-container-882e975c {
    display: flex;
    justify-content: center;
    padding: 100px 20px;
    background-color: transparent;
    text-align: center;
}

.ch-content-882e975c {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ch-pre-headline-882e975c {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6EC1E4;
    margin-bottom: 20px;
}

.ch-headline-882e975c {
    font-size: 46px;
    font-weight: 800;
    color: #0b1a2e; /* Target Avenue Dark Navy */
    line-height: 1.2;
    margin: 0 0 25px 0;
}

.ch-subheadline-882e975c {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
    max-width: 700px;
}

@media (max-width: 991px) {
    .ch-container-882e975c {
        padding: 60px 20px;
    }
    
    .ch-headline-882e975c {
        font-size: 36px;
    }
}