.s_oc_contact_hero {
    width: 100% !important;
    min-height: 110vh !important;
    background-image: url('/oc-snippets/static/src/img/services/hero_services_1.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 80px 20px !important;
    color: #ffffff !important;
}

.s_oc_contact_hero__title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 68px !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.s_oc_contact_hero__subtitle {
    font-family: "Nothing You Could Do", cursive !important;
    font-weight: 400 !important;
    font-size: 36px !important;
    opacity: 0.9;
}
