/* Utils */
.navbar.navbar-marketing {
    background-color: #fff !important;
    border-bottom: 1px solid #ebebeb !important;
}

.section-header {
    margin-bottom: 42px;
    text-align: center;
}

.section-header .header-1 {
    color: var(--dark);
    font-weight: 600;
}

.section-header .header-1::before {
    content: '';
    display: block;
    width: 83px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    background-color: var(--primary);
}
/* End Utils */

/* ContactUs */
.page-header {
    padding-top: 156px;
    padding-bottom: 56px;
}

.contact-maps {
    width: 100%;
    height: 280px;
    margin-bottom: 24px;
    border-radius: 10px;
}
/* End ContactUs */
