/* ================================== Our SMSF Topics ================================== */
.lunch-learn-section.lunch-learn-topics-section {
    padding: 137px 0 140px;
}
.lunch-learn-topics-section .section-heading {
    display: flex;
}
.lunch-learn-topics-section .section-heading h3 {
    margin: 3px 0;
}
.lunch-learn-topics-section .section-heading .subheading {
    margin: 0;
}
.lunch-learn-topics-section .section-heading .heading-title {
    width: 50%;
}
.lunch-learn-topics-section .section-heading .heading-content {
    width: 50%;
    max-width: 370px;
    margin-left: auto;
    margin-top: 19px;
    text-align: right;
    padding-right: 5px;
}
.lunch-learn-topics-section .section-heading .description > *:last-child {
    margin-bottom: 0;
}
.lunch-learn-topics-section .topics-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 ;
    padding-top: 15px;
}
.lunch-learn-topics-section .topic-item {
    width: 47.96%;
    padding: 0;
    margin-top: 26px;
    margin-top: 26px;
}
.lunch-learn-topics-section .topic-item:nth-child(2n) {
    margin-left: auto;
}
.lunch-learn-topics-section .topic-item-inner {
    border-bottom: 1px solid #1B214A;
}
.lunch-learn-topics-section .topic-item .item-description {
    display: none;
    padding: 5px 49px 21px;
    font-size: 12px;
    line-height: 16px;
}
.lunch-learn-topics-section .topic-item .topic-title {
    cursor: pointer;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 8px 30px 8px 48px;
    background-image: url('data:image/svg+xml,<svg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40137 1.22559L10.9507 10.7749L20.5 1.22559" stroke="%23752963" stroke-width="1.53202"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
}
.lunch-learn-topics-section .topic-item.active .topic-title {
    background-image: url('data:image/svg+xml,<svg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.501 10.7744L10.9517 1.2251L1.40234 10.7744" stroke="%23752963" stroke-width="1.53202"/></svg>');
}
.lunch-learn-topics-section .topic-item .topic-title .index {
    display: inline-block;
    font-weight: 600;
    color: #EFB257;
    width: 43px;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0.6;
}
.lunch-learn-topics-section .topic-item .item-description p {
    margin-bottom: 16px;
}
.lunch-learn-topics-section .topic-item .item-description .description > :last-child {
    margin-bottom: 0;
}
.lunch-learn-topics-section .topic-item .btn-button {
    margin-top: 21px;
    display: inline-block;
    color: #752963;
}
.lunch-learn-topics-section .section-heading .heading-content .description a {
    background-size: calc(100% - 15px) 1px;
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #752963, #752963, #752963);
}
.lunch-learn-topics-section .section-heading .heading-content .description a:hover {
    background-size: 0 1px;
}
.lunch-learn-topics-section .section-heading .heading-content .description a > sup {
    background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H9.18359M9.18359 1V9.18359M9.18359 1L1 9.18359" stroke="%23752963" stroke-width="1.31017"/></svg>');
    background-position: right 3px bottom 9px;
    background-size: 10px;
}
.lunch-learn-topics-section .section-heading .heading-content .description a:hover > sup {
    background-position: right 0px bottom 9px;
}
@media (max-width: 1600px) {
    .lunch-learn-topics-section .container {
        max-width: 1280px;
    }
}
@media (max-width: 1199px) {
    .lunch-learn-section.lunch-learn-topics-section {
        padding: 97px 0 90px;
    }
}
@media (max-width: 767.98px) {
    .lunch-learn-topics-section .section-heading {
        flex-wrap: wrap;
    }
    .lunch-learn-topics-section .section-heading .heading-title {
        width: 100%;
    }
    .lunch-learn-topics-section .section-heading .heading-content {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }    
    .lunch-learn-topics-section .section-heading .heading-content .description {
        font-size: 18px;
        line-height: 23.4px;
    }    
    .lunch-learn-topics-section .section-heading .heading-content a sup {
        margin-right: 5px;
        background-position: right 3px top 5px;
    }
    .lunch-learn-topics-section .section-heading h3 {
        margin: 15px 0 8px;
    }
    .lunch-learn-topics-section .topic-item {
        width: 100%;
        margin-top: 32px;
    }
    
    .lunch-learn-topics-section .topic-item .topic-title {
        font-size: 18px;
        line-height: 23.4px;
        padding: 8px 30px 8px 38px;
    }
    .lunch-learn-topics-section .topic-item .topic-title .index {
        width: 33px;
    }
    .lunch-learn-topics-section .topic-item .item-description {
        padding: 5px 38px 21px;
    }
    
    .lunch-learn-topics-section .topics-items {
        padding-top: 0;
    }
}