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

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

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

h1,
h2,
h3,
h4 {
    color: var(--teflie-text-primary-dark) !important;
}

p {
    color: var(--teflie-text-primary) !important;
    line-height: 140% !important;
}

.main__banner__heading {
    font-size: 1.775rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.main__banner__heading span {
    font-weight: 700;
}

.main__banner__heading_image {
    height: 25rem;
    background-position: bottom center;
    border-radius: 0 0 25px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 10px 40px;
}

.main__banner__heading_image p {
    color: #fff;
    font-size: 1.775rem;
    max-width: 50%;
}

.page-header__bold {
    font-size: 1.775rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.page-header__bold span {
    font-weight: 700;
}

.banner-section__banner {
    height: 32.5rem;
    background-position: center center !important;
    border-radius: 24px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
    .banner-section__banner {
        height: 25rem;
    }
}

.banner_text {
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 3rem;
    line-height: normal;
}

section.tefl-faqs .section-heading {
    font-weight: 600;
}

section.tefl-faqs {
    padding: 50px 0;
}

section.tefl-faqs .faq-content {
    max-width: 90%;
    margin: 0 auto;
}

section.tefl-faqs .set>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #193847;
    color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 300;
}

section.tefl-faqs .set:nth-child(odd)>a {
    background-color: #193847ed;
}

section.tefl-faqs .set>a.active {
    background-color: #d1d7da !important;
    color: #193847;
    font-weight: 500;
}

section.tefl-faqs .content {
    background-color: #edeff0;
    border-bottom: 1px solid #ddd;
    display: none;
}

section.tefl-faqs .content p {
    padding: 20px 15px;
    margin: 0 !important;
}

.set>a i {
    font-size: 1.5rem;
}

.set>a i.fa-angle-up {
    display: none;
}

.set>a.active i.fa-angle-up {
    display: inline-block;
}

.set>a.active i.fa-angle-down {
    display: none;
}

@media(max-width: 767px) {
    .main__banner__heading_image p {
        max-width: 100%;
        font-size: 1.65rem;
    }

    section.tefl-faqs .faq-content {
        max-width: 100%;
    }

    .ast-container {
        padding: 0 20px !important;
    }
}

.faq-categories {
    background-color: #173847;
    color: #fff;
    padding: 50px 25px;
    border-radius: 20px;
}

.faq-categories h3,
.faq-categories li {
    color: #fff !important;
    padding: 15px 0;
}

.faq-categories li {
    font-weight: 400 !important;
    cursor: pointer;
    border-bottom: 1px dashed;
}

.topic-block {
    margin-top: 50px;
}

.faq-questions a {
    display: block;
    border: 1px solid #d2d8db;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    outline: none;
}

.faq-questions a:nth-child(odd) {
    background-color: #d2d8db;
}

h3.faq-title {
    margin-bottom: 25px;
}