.contact_banner{
    background: url(/wp-content/uploads/2025/10/Hero-1-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 100px 0;
}
.contact_banner .contact_us{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.contact_banner .contact_us .subtitle{
    margin-left: 0;
}
.contact_banner .contact_us h1{
    color: var(--text-white, #FFF);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h1-size, 64px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--heading-h1-line-height, 80px);
    margin-bottom: 16px;
}
.contact_banner .contact_us p{
    color: var(--text-off-white, #D9D9D9);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-lg-size, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-lg-line-height, 32px); 
}