.aboutBNIContent h4.headingTitle {
    line-height: initial
}

#beforeVisitSection .lineCenter::after {
    margin: 25px auto 20px
}

#beforeVisitSection .centerHeadingTitle h4.headingTitle.lineCenter, #faqSection .centerHeadingTitle h4.headingTitle.lineCenter, #memberMindsetSection .centerHeadingTitle h4.headingTitle.lineCenter {
    margin: 0 auto 0
}

.headingSection {
    margin-bottom: 50px
}

.beforeVisitImg {
    margin-right: 20px
}

.beforeVisitImg img {
    width: 75px;
    height: auto
}

section#beforeVisitSection .headingSection p {
    width: 60%;
    margin: 0 auto
}

section#memberMindsetSection .headingSection p {
    width: 50%;
    margin: 0 auto
}

.memberMindsetRowLast {
    margin-top: -100px
}

.memberMindsets {
    padding: 50px;
    box-shadow: 0 0 15px -7px #000;
    background: #fff;
    z-index: 9;
    position: relative
}

.memberMindsetsRight {
    margin-top: 50px;
    margin-left: -75px
}

.memberMindsetsLeft {
    margin-right: -75px;
    margin-bottom: 50px
}

#faqSection .card {
    border-radius: 0 !important;
    border: 0 !important;
    margin-bottom: 20px !important
}

#faqSection .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none !important;
    border-radius: 0 !important
}

#faqSection .card-header h5 {
    padding: 0 50px;
    font-size: 24px;
    color: #64666a
}

#faqSection .card-body {
    padding: 50px
}

#faqSection #accordionFaq .card .card-header a {
    color: #64666a;
    text-decoration: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all .5s ease
}

a[aria-expanded=false] {
    background-color: #f9f9f9;
    transition: all .5s ease-in-out
}

a[aria-expanded=true] {
    background: #cf2030
}

#faqSection #accordionFaq .card .card-header a .rotate-icon {
    font-size: 40px;
    margin: 0 30px;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

#faqSection #accordionFaq .card .card-header a .rotate-icon, #faqSection #accordionFaq .card .card-header a:has(.collapsed) .rotate-icon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#faqSection #accordionFaq .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

a[aria-expanded=true] {
    background: #cf2030
}

a[aria-expanded=true] .rotate-icon, a[aria-expanded=true] h5 {
    color: #fff !important
}

div#accordionFaq {
    margin-top: 50px
}

div#accordionFaq p {
    font-family: Arial;
    font-size: 18px;
    color: #64666a
}

section#whatToExpectIntro {
    margin: 80px auto;
}

.whatToExpectIntroContent {
    width: 80%;
}

.whatToExpectIntroContent h4.headingTitle {
    font-size: 36px;
    line-height: 48px;
}

.whatToExpectIntroContent p:last-child {
    margin: 0;
}

.whatToExpectIntroVideoSection .imgvideo {
    cursor: pointer;
}

.whatToExpectIntroVideoSection {
    width: 100%;
    padding-top: 45%;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .memberMindsetRowLast {
        margin-top: -70px
    }
}

@media only screen and (max-width: 1440px) {
    #beforeVisitSection .lineCenter::after {
        margin: 15px auto 20px !important
    }

    .beforeVisitBlocks:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1200px) {
    .beforeVisitBlocks:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .memberMindsetRowLast {
        margin-top: -15px
    }
    .whatToExpectIntroContent {
        width: 88%;
    }
    .whatToExpectIntroContent h4.headingTitle {
        line-height: 30px;
    }
    .whatToExpectIntroVideoSection {
        padding-top: 55%;
    }
}

@media only screen and (max-width: 992px) {
    .memberMindsets {
        padding: 20px
    }

    #faqSection #accordionFaq .card .card-header a {
        height: 60px
    }

    #faqSection .card-header h5 {
        font-size: 18px
    }

    #faqSection #accordionFaq .card .card-header a .rotate-icon {
        font-size: 25px
    }

    #faqSection .card-header h5 {
        padding: 0 26px
    }

    #faqSection .card-body {
        padding: 26px
    }

    div#accordionFaq p {
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    section#memberMindsetSection .headingSection p {
        width: 100%
    }

    .memberMindsetsRight {
        width: 90%;
        margin: -50px auto;
        text-align: center
    }

    .memberMindsetRowLast {
        margin-top: 85px;
        flex-direction: column-reverse
    }

    .memberMindsets {
        margin: -50px auto;
        width: 90%;
        text-align: center
    }

    .memberMindsets p br {
        display: none
    }

    #faqSection #accordionFaq .card .card-header a {
        height: auto;
        padding: 20px 5px
    }

    .beforeVisitBlocks, .beforeVisitBlocks:nth-last-child(-n+2) {
        margin-bottom: 40px
    }

    .beforeVisitBlocks:last-child {
        margin-bottom: 0
    }
    .whatToExpectIntroContent {
        width: 100%;
        margin-bottom: 40px;
    }
    .whatToExpectIntroVideoSection {
        height: 350px;
    }
}

@media only screen and (max-width: 576px) {
    .beforeVisitImg img {
        width: 85px
    }
}