/** ABOUT PAGE **/
.about-page .hero {
    margin-bottom: 32px;
}
.about-page .count-container {
    background-color: #123B40;
    padding: 40px 16px;
}
.about-page .count-container p {
    color: #FFFFFF;    
}
.about-page .count-number {
    font-family: Inter-ExtraBold, sans-serif;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 0;
}
.about-page .count-details {
    font-family: Inter-Regular, sans-serif;
    line-height: 29px;
}
.about-page .quotation-section p {
    color: #0F3D43;
}
.about-page .quotation-section .quotation-mark {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 75px;
    line-height: 28px;
    margin: 0;
}
.about-page .quotation-section .quotation-text {
    font-family: Inter-Regular, sans-serif;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
}
.about-page .quotation-section .quotation-date {
    font-style: italic;
    font-family: Inter-Medium, sans-serif;
    font-size: 20px;
    line-height: 32px;
}
.about-page .founders-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-page .widget-title-container.has-separator {
    margin-bottom: 0;
}
.about-page .testimonies-widget {
    padding-top: 24px;
}
.about-page .load-more-container {
    margin-top: 24px;
    margin-bottom: 24px;
}
.about-page .widget-title-container:not(.first-child) {
    margin-top: 64px;
}
.about-page .founders-section {
    padding-top: 98px;
    padding-bottom: 82px;
}
.about-page .founders-section p {
    color: #FFFFFF;
}
.about-page .founders-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 45px;
    line-height: 55px;
}
.about-page .founders-description {
    font-family: Inter-Regular, sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: justify;
}
.about-page .prize-container {
    border-bottom: 1px solid #CBCBCB;
    padding-top: 24px;
}
.about-page .prize-date {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #0A454D;
    margin-bottom: 12px;
}
.about-page .prize-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.about-page .prize-summary {
    font-family: Inter-Regular, sans-serif;
    color: #000000;
}
.about-page .prize-summary:last-child {
    margin-bottom: 24px;
}
.about-page .brochure-section {
    background-color: #80A1A5;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 64px;
}
.about-page .brochure-section .col-lg-6 {
    display: flex;
    align-items: center;
}
.about-page .brochure-title {
    color: #FFFFFF;
    font-family: Inter-Bold, sans-serif;
    font-size: 45px;
    line-height: 55px;
}
.about-page .brochure-link {
    display: inline-block;
    color: #FFFFFF;
    background-color: #13383C;
    font-family: Inter-Bold, sans-serif;
    font-size: 21px;
    line-height: 25px;
    padding: 16px;
}
/** AUTHORITIES PAGE **/
.authorities-page .row + .widget-title-container {
    margin-top: 84px;
}
.authorities-page .main-description {
    margin-bottom: 0;
    margin-top: 12px;
}
.authorities-page .widget-title-container:has(+ .main-description) {
    margin-bottom: 18px;
}
.authorities-page .about-widget {
    margin-bottom: 20px;
}
.about-page .swiper-pagination {
    position: relative;
    margin-top: 24px;
}
.about-page .swiper-pagination-bullet {
    background: #80A1A5;
    width: 24px;
    height: 24px;
}
.about-page .swiper-pagination-bullet-active {
    background-color: #13383C;
}
.about-page .collapsable-title {
    cursor: pointer
}
.about-page .collapsable-title.collapsed .up {
    display: none;
}
.about-page .collapsable-title:not(.collapsed) .down {
    display: none;
}
@media only screen and (max-width: 991px) {
    .authorities-page .widget-title-container {
        margin-bottom: 0;
    }
    .authorities-page .load-more-container,
    .about-page .load-more-container {        
        width: 100%;
    }
    .authorities-page .load-more-container {
        margin-top: 32px;
    }
    .about-page .count-section {
        display: none;
    }
    .about-page .count-container {
        margin-right: 16px;
        min-height: 235px;
    }
    .about-page .founders-title {
        font-size: 24px;
        line-height: 40px;
    }
    .about-page .founders-description {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .authorities-page .load-more-container,
    .about-page .load-more-container {
        display: none;
    }
    .about-page .swiper {
        display: none;
    }
    .about-page .count-container {
        min-height: 235px;
    }
}