.s_section_1_service {
    min-height: 115vh !important;
    width: 100% !important;
    padding: 0;
    background-image: url('/oc-snippets/static/src/img/services/hero_services_1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.s_section_1_service__title,
.s_section_1_service__subtitle,
.s_section_1_service__body{
    color: #ffffff !important;
}


.s_oc_services_cards__footer-arrow {
  font-size: 18px !important;
  color: #2a2633 !important;
}

.s_section_1_service__title {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    font-size: 68px !important;
    line-height: 1 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.s_section_1_service__subtitle {
    font-family: "Nothing You Could Do" !important;
    font-weight: 400 !important;
    font-size: 36px !important;
    line-height: 48px !important;
    text-align: center !important;
    font-style: regular !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    letter-spacing: 0% !important;
    opacity: 0.9;
    leading-trim: NONE;

}

.s_section_1_service__body p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin: 0 auto 15px auto !important;
    max-width: 900px !important;
}
