.intro.about {
    padding-top: 70px;
}

.intro.about .bg-img {
    height: 90%;
}

.intro.about h2 {
    max-width: 66%;
    font: normal bold 80px/78px Intensa;
    text-align: left;
    padding-left: 30px;
}

.intro.about h2 .exclamation {
    font: italic normal bold 88px/63px Swear Display;
    line-height: 0.4;
}

.intro.about h2 em {
    float: right;
    font-style: normal;
}



.col-two-image-about {
    padding-top: 0;
}

.col-two-image-about .col-wrapper {
    display: flex;
}

.col-two-image-about .image-block-outer {
    display: flex;
    padding-left: 120px;
    width: calc(50% - 40px);
    margin-top: -60px;
}

.col-two-image-about .image-block-outer .image-block {
    display: flex;
    flex-direction: column;
    margin: 8px;
}

.col-two-image-about .image-block-outer .image-block img {
    height: auto;
    object-fit: contain;
    max-height: 290px;
    margin-bottom: 16px;
}

.col-two-image-about .image-block-outer .image-block.right {
    margin-top: 30px;
}

.col-two-image-about .content-wrapper {
    position: relative;
    width: 50%;
    margin-left: auto;
}

.col-two-image-about .content-wrapper p.small-heading {
    font-size: 28px;
    font-family: 'Poppins';
    background: #7C001F;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.col-two-image-about .content-wrapper>p:not(.small-heading) {
    padding-right: 84px;
    margin-bottom: 24px;
    font-weight: 500;
}

.col-two-image-about .content-wrapper>p:not(.small-heading) b {
    font-weight: 500;
}

.col-two-image-about .authorInfo {
    margin-top: 20px;
    display: inline-block;
}

.col-two-image-about .authorInfo p {
    margin-bottom: 0;
    color: #7C001F;
    font-weight: 600;
    line-height: 1.4;
}

.col-two-tradition {
    padding-top: 20px;
    padding-bottom: 200px;
    overflow: hidden;
}

.col-two-tradition .section-title {
    max-width: 700px;
    margin: 0 auto 40px;
}

.col-two-tradition .section-title h2 {
    color: #C3AB50;
    width: calc(100% + 120px);
    font-size: 60px;
    font-family: 'Swear Display';
    line-height: 1.3;
    margin-bottom: 0;
}

.col-two-tradition .section-title h2 .exclamation {
    font: normal normal normal 80px / 93px Intensa;
    color: #7C001F;
    position: relative;
    line-height: 0.8;
}

.col-two-tradition .section-title h2 span:last-child {
    float: right;
    margin-top: -20px;
    margin-right: 110px;
}

.col-two-tradition .bg-img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
    height: 100%;
}

.col-two-tradition .bg-img img {
    height: auto;
    object-fit: cover;
}

.col-two-tradition .content-wrap {
    width: 100%;
}

.col-two-tradition .content-wrap .content {
    max-width: 680px;
    margin-left: auto;
    margin-top: 100px;
    padding-right: 100px;
}

.col-two-tradition .content-wrap .content .custom_heading {
    font-weight: 600;
    margin-bottom: 40px;
}

.col-four-pillars {
    overflow: hidden;
    height: 100%;
}

.col-four-pillars .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-four-pillars .bg-img img {
    object-fit: cover;
    height: 100%;
    object-position: 0% 100%;
}

.pillar-image {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}



.col-four-pillars h2 {
    color: #C3AB50;
    font-size: 60px;
    font-family: 'Swear Display';
    line-height: 1.3;
    margin-bottom: 50px;
    text-align: center;
}

.col-four-pillars h2 .exclamation {
    font: normal normal normal 90px / 100px Intensa;
    color: #fff;
    position: relative;
    line-height: 0.8;
}

.col-four-pillars .col-pillars {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.col-pillars .pillar {
    margin: 0 10px;
    background: #C3AB50;
    box-shadow: 0px 0px 6px #7C001F;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    height: 100%;
    max-height: 570px;
    display: flex;
    align-items: flex-end;
}

.col-pillars .pillar .pillar-content {
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.col-pillars .pillar .pillar-head .pillar-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font: normal normal bold 30px/46px Poppins;
    letter-spacing: 0px;
}

.col-pillars .pillar .pillar-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 16px 12px;
    height: 100%;
    cursor: pointer;
}

.col-pillars .pillar .pillar-head .pillar-count {
    order: 1;
    font: normal normal normal 40px/48px Intensa;
    letter-spacing: 0px;
    margin-top: 30px;
}

.col-pillars .pillar.active {
    border: none;
    background: none;
}

.col-pillars .pillar.active .pillar-head {
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 0;
}

.col-pillars .pillar.active .pillar-content {
    opacity: 1;
    visibility: visible;
    width: 100%;
    background: #fff;
    /*border: 1px solid #707070;*/
    border-radius: 39px;
    padding: 40px 50px 50px;
    max-height: 570px;
}

.col-pillars .pillar .pillar-content h5 {
    font: normal normal normal 45px/48px Intensa;
    letter-spacing: 0px;
    color: #7C001F;
    margin-bottom: 30px;
}

.col-pillars .pillar .pillar-content h5 span {
    font: normal normal bold 28px/30px Poppins;
    letter-spacing: 0px;
    color: #7C001F;
    text-transform: capitalize;
}

.col-pillars .pillar .pillar-content p {
    margin: 20px 0;
    max-height: 170px;
    overflow-y: auto;
    padding-right: 6px;
}

.image-with-overlay-top.about {
    padding: 60px 0 0;
}

.image-with-overlay-top.about h2 {
    font-size: 56px;
}

.image-with-overlay-top.about .red-bar {
    margin-top: 30px;
}

.image-with-overlay-top.about .red-bar p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
}

.image-with-overlay-top.about h2 .highlight_text {
    margin-bottom: 0;
}

.image-with-overlay-top.about>p {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

.image-with-overlay-bottom.about {
    padding-top: 80px;
    padding-bottom: 130px;
}

.image-with-overlay-bottom.about>.bg-img {
    top: 80px;
}

.image-with-overlay-bottom.about .squad-outer img {
    max-height: 330px;
    top: 36px;
}

.image-with-overlay-bottom.about .squad-outer img[src*="Naomie"] {
    top: 26px;
    max-width: 310px;
    object-fit: contain;
}

.image-with-overlay-bottom.about .squad-outer .member-info {
    margin-top: 60px;
}

.image-with-overlay-bottom.about+.image-with-overlay-bottom.about {
    padding-top: 0;
}

.image-with-overlay-bottom.about+.image-with-overlay-bottom.about>.bg-img {
    top: 0;
}

.image-with-overlay-bottom.about+.image-with-overlay-bottom.about .squad-outer.two-col {
    justify-content: space-evenly;
}

.image-with-overlay-bottom .squad-outer .col-lg-4.mobile-div {
    display: none;
}

.image-with-overlay-bottom.about .squad-outer.two-col .squad-1::before {
    left: unset;
    right: 24%;
    top: 10%;
}

.image-with-overlay-bottom.about .squad-outer.two-col .squad-1::after {
    top: 37%;
    transform: rotate(-78deg);
    left: 30px;
}

.image-with-overlay-bottom.about .squad-outer.two-col .squad-2::before {
    right: unset;
    top: 38%;
    left: -1%;
}

.image-with-overlay-bottom.about .squad-outer.two-col .squad-2::after {
    transform: rotate(-160deg);
    right: 20%;
    top: 30%;
}

.image-with-overlay-bottom.about .squad-outer img[src*="Khouli"] {
    top: 25px;
}




@media only screen and (min-width: 1500px) {
    .col-two-tradition .bg-img {
        top: 80px;
        width: 40%;
    }

    .col-pillars .pillar {
        max-height: 700px;
    }

    .col-pillars .pillar.active .pillar-content {
        max-height: 100%;
        height: auto;
    }

    .col-pillars .pillar.active .pillar-content .pillar-image {
        height: auto;
    }
}


@media screen and (min-width: 1701px) {
    .col-two-tradition .bg-img {
        top: 0px;
        width: 40%;
    }

    .intro.about .bg-img img {
        object-fit: inherit;
    }

    .col-two-image-about .col-wrapper {
        max-width: 1700px;
        margin: 0 auto;
    }

    .col-two-tradition {
        max-width: 1700px;
        margin: 0 auto;
        overflow: hidden;
    }

    .col-four-pillars {
        height: 1350px;
    }

    .col-four-pillars .col-pillars {
        max-width: 1700px;
    }

    .col-pillars .pillar {
        max-height: 750px;
    }

    .col-pillars .pillar.active .pillar-content {
        max-height: 750px;
        height: 750px;
    }
}




@media only screen and (max-width: 1200px) {
    .intro.about {
        margin-top: 176px;
    }

    .intro.about h2 {
        font: normal bold 70px/70px Intensa;
        padding-left: 0;
    }

    .intro.about h2 .exclamation {
        font: italic normal bold 76px/63px Swear Display;
    }

    .col-two-image-about .image-block-outer {
        padding-left: 60px;
        margin-top: -30px;
    }

    .col-two-tradition {
        padding-bottom: 100px;
    }

    .col-two-tradition .section-title h2 {
        width: calc(100% + 20px);
        font-size: 56px;
    }

    .col-two-tradition .section-title h2 .exclamation {
        font: normal normal normal 70px / 73px Intensa;
    }

    .col-two-tradition .bg-img {
        top: 60px;
        width: 48%;
    }

    .col-two-tradition .content-wrap {
        width: 50%;
        margin-left: auto;
    }

    .col-two-tradition .content-wrap .content {
        padding-right: 50px;
    }

    .col-four-pillars h2 {
        font-size: 54px;
    }

    .col-four-pillars h2 .exclamation {
        font: normal normal normal 76px / 80px Intensa;
    }

    .col-pillars .pillar {
        max-height: 540px;
    }

    .col-pillars .pillar .pillar-head {
        padding: 16px 6px;
    }

    .col-pillars .pillar .pillar-head .pillar-title {
        font: normal normal bold 26px/38px Poppins;
    }

    .col-four-pillars .col-pillars {
        max-width: 96%;
    }

    .col-pillars .pillar .pillar-head .pillar-count {
        font: normal normal normal 32px / 36px Intensa;
    }

    .image-with-overlay-bottom.about .squad-outer img {
        max-height: 340px;
        top: 59px;
        height: 340px;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Naomie"] {
        max-width: 270px;
        top: 40px;
    }

    .image-with-overlay-bottom.about .squad-outer.two-col .squad-1::before {
        right: 22%;
        top: 24%;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Khouli"] {
        top: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .intro.about h2 {
        font: normal bold 60px/60px Intensa;
    }

    .intro.about h2 .exclamation {
        font: italic normal bold 66px/50px Swear Display;
    }

    .intro.about .bg-img {
        height: 90%;
    }

    .intro.about {
        margin-top: 120px;
        min-height: 500px;
        padding-bottom: 0;
    }

    .col-two-image-about {
        overflow: visible;
    }

    .col-two-image-about .content-wrapper p.small-heading {
        font-size: 24px;
    }

    .col-pillars .pillar {
        max-height: 511px;
    }

    .col-pillars .pillar.active .pillar-content {
        padding: 40px 35px 40px;
    }

    .col-pillars .pillar .pillar-content h5 {
        font: normal normal normal 38px/48px Intensa;
    }

    .col-pillars .pillar .pillar-content h5 span {
        font: normal normal bold 24px/30px Poppins;
    }

    .col-pillars .pillar.active .pillar-content {
        padding: 40px 35px 40px;
        border-radius: 20px;
    }

    .col-pillars .pillar.active.pillar-5 .pillar-content {
        padding: 30px 35px 30px;
    }

    .col-pillars .pillar.active.pillar-5 .pillar-content p {
        font-size: 14px;
        max-height: 100%;
        overflow-y: auto;
        padding-right: 4px;
    }

    .col-four-pillars .bg-img {
        height: 100%;
    }

    .image-with-overlay-top.about {
        padding: 120px 0 0;
    }

    .image-with-overlay-bottom.about .squad-outer img {
        max-height: 240px;
        top: 30px;
        object-position: bottom;
    }

    .image-with-overlay-bottom.about .squad-outer .member-info {
        margin-top: 60px;
    }

    .image-with-overlay-bottom .squad-outer .member-info h4 {
        font-size: 18px;
    }

    .image-with-overlay-bottom .squad-outer .squad-1:before {
        top: 39%;
        left: 0%;
        width: 110px;
        height: 110px;
    }

    .image-with-overlay-bottom .squad-outer .squad-1:after {
        top: 26%;
    }

    .image-with-overlay-bottom .squad-outer .squad-2:before {
        top: 90px;
        right: 20px;
        width: 100px;
        height: 100px;
    }

    .image-with-overlay-bottom .squad-outer .squad-2:after {
        top: 47%;
        right: 2%;
        width: 25px;
        height: 30px;
    }

    .image-with-overlay-bottom .squad-outer .squad-3:before {
        top: 35%;
        right: 9%;
        width: 110px;
        height: 110px;
    }

    .image-with-overlay-bottom .squad-outer .squad-3:after {
        top: 27%;
        right: 11%;
        width: 25px;
        height: 30px;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Naomie"] {
        max-width: 150px;
        top: 31px;
    }

    .image-with-overlay-bottom.about .squad-outer.two-col .squad-1::before {
        right: 10%;
        top: 37%;
    }

    .pillar-image {
        width: 100%;
        height: 140px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .pillar-image {
        height: 238px;
    }

}


@media only screen and (min-width: 991px) and (max-width: 1600px) {
    .pillar-image {
        height: 250px !important;
    }

}


@media only screen and (max-width: 767px) {
    .intro.about {
        padding-bottom: 0;
        padding-top: 30px;
        min-height: 280px;
        margin-top: 154px;
    }

    .intro.about .bg-img {
        height: 100%;
    }

    .intro.about h2 {
        font: normal bold 38px / 42px Intensa;
        padding-left: 0;
        max-width: 90%;
    }

    .intro.about h2 .exclamation {
        font: italic normal bold 30px / 37px Swear Display !important;
    }

    .col-two-image-about .bg-img {
        position: relative;
        width: 100%;
    }

    .col-two-image-about .content-wrapper p.small-heading {
        font-size: 16px;
        line-height: 25px;
        padding-left: 20px;
        margin-bottom: 20px;
        max-width: 75%;
    }

    .col-two-image-about .content-wrapper {
        width: 100%;
    }

    .col-two-image-about .content-wrapper p:not(.small-heading) {
        padding: 0 20px;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .col-two-image-about .content-wrapper>p:not(.small-heading) b {
        font-weight: 300;
    }

    .col-two-image-about .col-wrapper {
        flex-direction: column-reverse;
    }

    .col-two-image-about .image-block-outer {
        width: calc(100% - 32px);
        padding: 0;
        margin: 20px 16px 0;
        justify-content: center;
    }

    .col-two-image-about {
        padding-top: 40px;
    }

    .col-two-image-about .authorInfo {
        display: block;
        margin-top: 0;
    }

    .col-two-image-about .content-wrapper .authorInfo p {
        margin-bottom: 5px;
        font-weight: 700;
    }

    .col-two-tradition {
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    .col-two-tradition .section-title h2 {
        font-size: 34px;
        padding: 0 16px;
        line-height: 42px;
    }

    .col-two-tradition .section-title h2 .exclamation {
        font: normal normal normal 40px / 46px Intensa;
    }

    .col-two-tradition .section-title {
        order: 1;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .col-two-tradition .section-title h2 span:last-child {
        margin-right: 20px;
        margin-top: -10px;
    }

    .col-two-tradition .bg-img {
        order: 3;
        position: relative;
        width: 80%;
        top: 0;
    }

    .col-two-tradition .content-wrap {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .col-two-tradition .content-wrap .content {
        padding: 0 16px;
        margin-top: 20px;
    }

    .col-two-tradition .content-wrap .content .custom_heading {
        margin-bottom: 30px;
    }

    .col-four-pillars h2 {
        font-size: 36px;
    }

    .col-four-pillars h2 .exclamation {
        font: normal normal normal 36px / 40px Intensa;
        margin-left: 4px;
    }

    .col-pillars .pillar {
        max-height: 100%;
        flex-direction: column;
        margin-bottom: 20px;
        height: auto;
        background: none;
        border: none;
        box-shadow: 5px;
    }

    .col-pillars .pillar .pillar-head .pillar-title {
        writing-mode: unset;
        transform: none;
        white-space: unset;
        order: 2;
        font: normal normal bold 20px / 46px Poppins;
    }

    .col-four-pillars .col-pillars {
        justify-content: flex-start;
        flex-direction: column;
    }

    .col-pillars .pillar .pillar-head {
        height: auto;
        flex-direction: column;
        align-items: center;
        display: flex;
        flex-direction: row;
        background: #C3AB50;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        box-shadow: 0px 0px 6px #7C001F;
        border: 1px solid #FFFFFF;
    }

    /*.col-pillars .pillar.active .pillar-head {
        opacity: 1;
        visibility: visible;
        width: 100%;
        font-size: unset;
        padding: 10px;
        border: none;
    }*/
    .col-pillars .pillar.active .pillar-head {
        height: 0;
    }

    .col-pillars .pillar .pillar-content {
        max-height: 100%;
        padding: 30px 15px 40px;
        border-radius: 15px;
        display: none;
    }

    .col-pillars .pillar .pillar-head .pillar-count {
        margin-top: 0;
        margin-right: 10px;
        font: normal normal normal 20px / 24px Intensa;
    }

    .col-pillars .pillar .pillar-content h5 {
        font: normal normal normal 20px / 24px Intensa;
        margin-bottom: 15px;
    }

    .col-pillars .pillar .pillar-content h5 span {
        font: normal normal bold 20px / 46px Poppins;
    }

    .col-pillars .pillar.active .pillar-content {
        padding: 20px 15px 17px;
        border-radius: 10px;
        display: block;
    }

    /*.col-pillars .pillar.active .pillar-head {
        margin-bottom: 20px;
    }*/

    .col-four-pillars {
        overflow-x: clip !important;
    }

    .col-four-pillars .bg-img {
        height: 125%;
    }

    .col-four-pillars .bg-img img {
        object-fit: cover;
    }

    .image-with-overlay-top.about {
        padding: 120px 0 0;
    }

    .image-with-overlay-top.about .red-bar {
        padding: 0;
    }

    .image-with-overlay-top.about h2 {
        font-size: 38px;
    }

    .image-with-overlay-top.about h2 .highlight_text {
        font-size: 40px;
    }

    .image-with-overlay-top.about .red-bar p {
        font-size: 16px;
        line-height: 25px;
    }

    .image-with-overlay-bottom.about {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .image-with-overlay-bottom.about .squad-outer img {
        max-height: 300px;
        top: 30px;
    }

    .image-with-overlay-bottom .squad-outer .col-lg-4.mobile-div {
        display: inline-block;
    }

    .image-with-overlay-bottom.about.mobile-hide {
        display: none;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Naomie"] {
        max-width: 240px;
        top: 31px;
        margin: 0 auto;
    }

    .image-with-overlay-bottom .squad-outer .squad-2:before {
        right: 22%;
        width: 110px;
        height: 110px;
    }

    .image-with-overlay-bottom .squad-outer .squad-2:after {
        right: 15%;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Pooja"] {
        max-width: 330px;
        margin: 0 auto;
        top: 31px;
    }

    .image-with-overlay-bottom.about .squad-outer img[src*="Pooja"]+.member-info {
        margin-top: 60px;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-3:before {
        top: 29%;
        right: 24%;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-3:after {
        top: 20%;
        right: 23%;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-1:before {
        top: 24%;
        left: 5%;
        width: 160px;
        height: 160px;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-1:after {
        top: 19%;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-2:before {
        right: 19%;
        width: 160px;
        height: 160px;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-2:after {
        right: 9%;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-3:before {
        top: 22%;
        right: 18%;
        width: 160px;
        height: 160px;
    }

    .image-with-overlay-bottom.about .squad-outer .squad-3:after {
        top: 20%;
        right: 15%;
        width: 40px;
        height: 32px;
    }

    .pillar-image {
        height: 128px;
    }

    .image-with-overlay-bottom.about .bg-img {
        top: 20px;
        max-height: 450px;
    }

    .about-squad .squad-div {
        background: url('https://trojansports.ae/trojan/images/Squad_BG.png');
        margin-bottom: 0px !important;
    }


    .about-squad .squad-div.last-div {
        padding-bottom: 25px !important;
    }

    .col-pillars .pillar .pillar-content p {
        max-height: 100%;
    }

    .col-pillars .pillar.active .pillar-content {
        max-height: 100%;
    }

    .pillar-head .pillar-count,
    .pillar-content h5,
    .pillar-content h5 span {
        font-size: 16px !important
    }

    .pillar-head .pillar-title {
        font-size: 16px !important
    }
}

@media only screen and (max-width: 360px) {
    .col-two-tradition .section-title h2 .exclamation {
        font: normal normal normal 32px / 36px Intensa;
    }

    .col-two-tradition .section-title h2 {
        font-size: 30px;
    }

    .pillar-image {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
}