.section {
    position: relative;
    margin: 80px 0;
}

.page-header .o-lower-hero__banner {
    padding: 150px 0;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-image: url("/assets/images/page-header-bg.png");
}
.main-btn {
    margin-top: 30px;
}
.main-btn .btn-head {
    background-color: #fff;
    color: #323842 !important;
    font-size: 18px;
    padding: 12px 76px;
    display: inline-block;
    border-radius: 30px;
    transition: all 0.5s;
}
.main-btn .btn-head:hover {
    background-color: #e6e6e6;
}
.mission-sec {
    background-image: url("/assets/images/mission-bg.jpg");
    padding: 80px 0px;
    background-position: center;
    background-size: cover;
}

.mission-sec .bg-green,
.opportunities-sec .bg-green {
    background-color: #92ca64;
    padding: 80px 0;
    border-radius: 8px;
}

.mission-sec .bg-green {
    padding: 20px;
}

.mission-sec .section-title {
    max-width: 740px;
    margin: 0 auto;
}


.mission-sec .section-title p {
    color: #fff;
    margin-top: 20px;
}
.mission-sec .section-title p, .mission-sec .section-title li, .mission-sec .section-title a,
.content-detail p, .content-detail li, .content-detail a,
.our-value-box p, .our-value-box li, .our-value-box a,
.value-sec p, .value-sec li, .value-sec a,
.testi-content p, .testi-content li, .testi-content a {
    font-family: "gineso-extended", sans-serif;
    font-size: 1.25rem;
}

.mission-sec .section-title h3, .opportunities-sec .section-title h3, .value-sec .section-title h3 {
    font-size: 2rem;
    font-family: "republic-web", sans-serif;
    font-weight: 600;
    color: #13284b;
    word-break: break-word;
    margin-bottom: 0;
}

.value-sec .section-title h3 {
    color: #fff;
}

.value-sec .bg-blue {
    background-color: #13284b;
    padding: 80px 0;
    border-radius: 8px;
}

.value-sec .bg-green {
    background-color: #92ca64;
    border-radius: 8px;
}

.our-value-box-main {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.our-value-box {
    width: calc(50% - 15px);
    padding: 48px 30px;
}

.our-value-box h3 {
    color: #13284b !important;
}
.our-value-box p {
    margin-top: 20px;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}
.mt-10 {
    margin-top: 40px;
}

.content-block {
    max-width: 746px;
    margin: auto;
}

.work-with-us .img-with-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.work-with-us .img-with-content:first-child {
    margin-top: 0;
}

.work-with-us .img-with-content.row-reverse {
    flex-direction: row-reverse;
}

.work-with-us .img-with-content .img-block,
.work-with-us .img-with-content .content-detail {
    flex: 1 1 0%;
    width: 100%;
}

.work-with-us .img-with-content .content-detail h3 {
    font-size: 2rem;
    font-family: "republic-web", sans-serif;
    font-weight: 600;
    word-break: break-word;
}

.work-with-us .img-with-content .img-block .work-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.work-with-us .img-with-content .img-block .work-img {
    aspect-ratio: 16/9;
}

.testimonial-block .img-with-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.testimonial-block .img-with-content:first-child {
    margin-top: 0;
}

.testimonial-block .img-with-content.row-reverse {
    flex-direction: row-reverse;
}

.testimonial-block .img-with-content .testi-content,
.testimonial-block .img-with-content .content-detail {
    flex: 1 1 0%;
    width: 100%;
}

.testimonial-block .img-with-content .testi-content h3 {
    font-size: 1.65rem;
    font-family: "republic-web", sans-serif;
    font-weight: 600;
    word-break: break-word;
    text-align: center;
    color: #565e6c;
}

.testimonial-block .img-with-content .testi-content h3 .quote-img.first img {
    margin-right: 20px;
    margin-top: -20px;
    position: relative;
}

.testimonial-block .img-with-content .testi-content h3 .quote-img.last img {
    margin-left: 20px;
    margin-bottom: -20px;
    position: relative;
}

.testi-content p {
    margin-top: 30px;
}

.testi-content p a {
    color: #13284b;
    text-decoration: underline;
}

.pdf-link {
    max-width: 800px;
    margin: auto;
    list-style: none;
}

.pdf-link ul {
    list-style: none;
}

.pdf-link li {
    list-style: none;
    font-size: 20px;
    font-family: "gineso-extended", sans-serif;
    color: #171a1f;
}

.pdf-link li a {
    color: #171a1f;
    display: inline-block;
    transition: all 0.5s;
}

.pdf-link li a:hover {
    color: #92ca64;
}

.pdf-link li {
    margin-top: 10px;
}

.pdf-link li:first-child {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .our-value-box {
        width: 100%;
        padding: 48px 16px;
    }
    .our-value-box-main,
    .work-with-us .img-with-content,
    .testimonial-block .img-with-content {
        flex-direction: column;
    }
    .w-50 {
        width: 100%;
    }
}
