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

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

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

.ast-container,
.ast-container-fluid {
    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);
}

.btn {
    font-weight: 700;
    padding: 15px 3rem;
    font-size: 12px;
}

.main__banner__heading {
    font-size: 1.775rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

.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%;
}

.old-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px;
}


/*tefl experience*/

.tefl-experience-container:nth-of-type(even) {
    display: flex;
}

.tefl-experience-container:nth-of-type(even) .tefl-exp-img-col-left {
    padding-right: 20px;
}

.tefl-experience-container {
    margin-bottom: 5rem;
}

.tefl-experience-container:last-child {
    margin-bottom: 0;
}

.tefl-exp-img-col-left {
    display: block;
    overflow: hidden;
    height: 340px;
}

.tefl-exp-img-col-left img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tefl-exp-img-col-right img {
    border-radius: 0 25px 25px 0;
    height: 100%;
}

.tefl-exp-img-col-right {
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.tefl-jobs-desc-col-left {
    z-index: 1;
}

.tefl-experience-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.tefl-experience-title.new-label::before {
    content: "new";
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--color-accent-2);
    padding: .25rem .5rem;
    margin-right: 1rem;
    border-radius: 5px;
    vertical-align: middle;
}

.buy-btn a {
    color: var(--teflie-white);
}

.tefl-experience-title img {
    max-width: 30px;
}

.tefl-experience {
    font-size: 1.063rem;
    font-weight: 400;
    opacity: 0.9;
    ;
}

.tefl-exp-desc-col-left .tefl-experience-title {
    text-align: right;
    padding-bottom: 46px;
    padding-right: 42px;
}

section.tefl-experience-section .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.buy-btn.btn.btn-primary {
    margin-top: 10px;
}

.woocs_price_code del:before {
    content: 'Was ';
}

.woocs_price_code ins:before {
    content: 'Now ';
}

.woocs_price_code ins:after {
    content: ' - Buy Now';
}

span.woocs_price_code>span.woocommerce-Price-amount:before {
    content: 'Add to Cart For ';
}

@media(min-width: 768px) {
    .buy-btn {
        width: 320px;
    }
}

@media(max-width: 768px) {
    .tefl-experience-title {
        font-size: 1.35rem;
    }
}

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

    .tefl-exp-desc-col-right {
        margin-bottom: 20px;
    }

    .tefl-exp-img-col-left {
        /*padding-right: 10px!important;*/
        height: 100%;
    }

    .tefl-experience-title:after {
        font-size: 0.5rem;
    }

    .tefl-exp-img-col-left img {
        height: 200px;
        object-fit: cover;
    }

    .tefl-experience-container:nth-of-type(even) {
        flex-direction: row;
    }

    .tefl-experience {
        padding: 7px 0 0 0;
        font-size: 0.85rem;
        text-align: left !important;
    }

    .tefl-experience-container {
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }

    .tefl-exp-img-col-left img,
    .tefl-jobs-img-col-left img {
        border-radius: 25px;
    }

    .tefl-exp-desc-col-right .tefl-experience-title {
        padding: 0 !important;
        margin: 26px 0 10px !important;
        text-align: left !important;
    }

    .tefl-exp-img-col-left img,
    .tefl-jobs-img-col-left img {
        border-radius: 25px !important;
        height: auto;
    }

    .tefl-experience-title {
        padding: 0;
    }

    .buy-btn.btn.btn-primary {
        width: 100%;
    }
}