body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

#primary {
    margin: 3rem 0 !important;
}

.ast-container {
    max-width: 1300px !important;
    margin: auto !important;
}

body.page-template-careers .ast-container,
body.page-template-careers .ast-container-fluid {
    max-width: 1240px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.section-title {
    font-size: 40px;
    font-weight: 550;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin-bottom: var(--teflie-space-md);
}

.hero_image {
    height: 32.5rem;
    background-position: center center !important;
    border-radius: 0 0 2rem 2rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

h3 {
    margin-bottom: 2rem;
    color: #b01266;
}

article ul {
    margin: 0 0 1.5em 3em;
}

article ul li {
    list-style-type: disc;
}

.jobs article {
    margin-top: 5rem;
    padding-top: 5rem;
}

.jobs article:before {
    content: "";
    background: #e5e6e8;
    width: 1000px;
    height: 8px;
    display: block;
    border-radius: 10px;
    margin: -5rem auto 5rem;
}

.font-semibold {
    font-weight: 600;
}

.mt-4 {
    margin-top: 1rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-center {
    text-align: center;
}

.mt-12 {
    margin-top: 3rem;
}

.text-center {
    text-align: center;
}

.overflow-auto {
    overflow: auto;
}

.menu-btn {
    background: #CDCED0;
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width: auto;
}

.menu-btn:hover {
    background: #193847;
    color: white;
}

@media (max-width: 768px) {

    .hero_image {
        height: 15rem;
    }

    .jobs article:before {
        width: auto;
    }

}