/* ===========================
   Feminist Queer Leadership
   =========================== */

.fq-leadership-section {
  background-color: #ffffff;
  position: relative;
}

/* Logo */
.fq-logo {
  max-width: 140px;
  height: auto;
  margin-bottom: 1rem;
  margin-left: 80%;

}

/* Image Box */
.fq-image-box {
  border: 5px solid #0f0164;
  border-radius: 12px;
  /* padding: 6px; */
  background-color: #ffffff;
}

.fq-image {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Content */
.fq-content {
  padding-left: 0.5rem;
}

.fq-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1c1c6b;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.fq-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d2d2d;
  margin-bottom: 0.9rem;
}

/* Spacing row */
.fq-content-row {
  margin-top: 1rem;
}

/* ===========================
   Responsive Behaviour
   =========================== */

@media (max-width: 991px) {
  .fq-title {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .fq-logo {
    max-width: 120px;
  }

  .fq-title {
    font-size: 1.25rem;
  }

  .fq-text {
    font-size: 0.9rem;
  }
}





/* Root section */
.akam-build {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
padding: 69px 162px;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* LEFT COLUMN */
.a-build-left {
    flex: 1;
    max-width: 640px;
}

/* Headings */
.a-build-left h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #001847;
}

/* Paragraphs */
.a-build-left p {
    font-size: 18px !important;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 32px;
    max-width: 580px;
}

/* Bullet list */
.a-build-left ul {
    list-style: disc;
    padding-left: 22px;
    margin-top: 10px;
}

.a-build-left ul li {
    font-size: 15px;
    line-height: 1.2;
    color: #2a2f45;
    margin-bottom: 14px;
}

/* RIGHT COLUMN */
.a-build-right {
    flex: 0 0 420px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.a-build-right img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .akam-build {
        padding: 60px 60px;
        gap: 40px;
    }

    .a-build-right {
        flex: 0 0 360px;
    }
}

@media (max-width: 768px) {
    .akam-build {
        flex-direction: column;
        padding: 50px 30px;
    }

    .a-build-left,
    .a-build-right {
        max-width: 100%;
    }

    .a-build-right {
        margin-top: 40px;
        justify-content: flex-start;
    }

    .a-build-left h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .akam-build {
        padding: 40px 20px;
    }

    .a-build-left h2 {
        font-size: 18px;
    }

    .a-build-left p,
    .a-build-left ul li {
        font-size: 14px;
    }
}




/* SECTION WRAPPER */
.akam-reach {
    padding: 90px 100px;
    background: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* TOP TEXT */
.reach-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.reach-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 60px;
}

/* GRID LAYOUT */
.reach-grid {
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    gap: 50px;
    align-items: start;
}

/* COHORT COLUMNS */
.cohort-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* COHORT HEADER */
.cohort-header {
    background: #0b1c3f;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

/* INFO CARDS */
.cohort-card {
    border: 1.5px solid #0b1c3f;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.6;
    background: #ffffff;
}

/* CENTER IMAGES */
.cohort-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cohort-images img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .akam-reach {
        padding: 70px 60px;
    }

    .reach-grid {
        grid-template-columns: 1fr;
    }

    .cohort-images {
        order: 3;
    }
}

@media (max-width: 600px) {
    .akam-reach {
        padding: 60px 24px;
    }

    .reach-title {
        font-size: 20px;
    }

    .cohort-header {
        font-size: 13px;
    }

    .cohort-card {
        font-size: 13px;
    }
}




/* SECTION */
.swb-project-section {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* SMALL LOGO IMAGE */
.swb-small-logo {
    max-width: 220px;
    height: auto;
}

/* IMAGE WRAPPER */
.swb-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.swb-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* CONTENT */
.swb-content {
    padding-left: 10px;
}

/* HEADINGS */
.swb-heading {
    font-size: 20px;
    font-weight: 700;
    color: #0b1c3f;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 18px;
}

.swb-subheading {
    font-size: 15px;
    font-weight: 700;
    color: #0b1c3f;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* PARAGRAPH */
.swb-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 520px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .swb-content {
        padding-left: 0;
    }

    .swb-heading {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .swb-project-section {
        padding: 60px 0;
    }

    .swb-heading {
        font-size: 17px;
    }

    .swb-content p {
        font-size: 14px;
    }
}


/* SECTION WRAPPER */
.akam-nhrc-section {
    padding: 20px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADING */
.nhrc-heading {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 50px;
}

/* STATS */
.nhrc-stats {
    margin-bottom: 50px;
}

.nhrc-stat-box {
    border: 1.8px solid #0b1c3f;
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 14.5px;
    line-height: 1.6;
    text-align: center;
    background: #ffffff;
    height: 100%;
}

/* IMAGE */
.nhrc-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.nhrc-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* FOOTNOTE */
.nhrc-footer-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: #2a2f45;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .nhrc-heading {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .akam-nhrc-section {
        padding: 70px 0;
    }

    .nhrc-heading {
        font-size: 18px;
    }

    .nhrc-stat-box {
        font-size: 14px;
    }

    .nhrc-footer-text {
        font-size: 14px;
    }
}





/* SECTION WRAPPER */
.akam-nhrc-extended {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADING */
.nhrc-extended-heading {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* STAT GRID */
.nhrc-extended-stats {
    margin-bottom: 30px;
}

/* STAT BOX */
.nhrc-extended-box {
    border: 1.8px solid #0b1c3f;
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 14.5px;
    line-height: 1.6;
    text-align: center;
    background-color: #ffffff;
    height: 100%;
}

/* FOOTER TEXT */
.nhrc-extended-footer {
    font-size: 14.5px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 820px;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .nhrc-extended-heading {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .akam-nhrc-extended {
        padding: 65px 0;
    }

    .nhrc-extended-heading {
        font-size: 17px;
    }

    .nhrc-extended-box {
        font-size: 14px;
    }

    .nhrc-extended-footer {
        font-size: 14px;
    }
}




/* SECTION */
.akam-solution-section {
    padding: 30px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* IMAGE */
.solution-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.solution-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* CONTENT */
.solution-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 18px;
}

/* HEADINGS */
.solution-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    margin-bottom: 12px;
}

.solution-subheading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    margin: 22px 0 10px;
}

/* LISTS */
.solution-content ul {
    padding-left: 18px;
    margin-bottom: 16px;
}

.solution-content ul li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #2a2f45;
    margin-bottom: 8px;
}

/* FOOTNOTE */
.solution-footnote {
    font-size: 13.5px;
    color: #2a2f45;
    margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .solution-heading {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .akam-solution-section {
        padding: 70px 0;
    }

    .solution-heading {
        font-size: 17px;
    }

    .solution-content p,
    .solution-content ul li {
        font-size: 14px;
    }
}




/* SECTION */
.akam-intervention-section {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* CONTENT */
.intervention-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    margin-bottom: 28px;
}

/* BLOCKS */
.intervention-block {
    margin-bottom: 26px;
}

.intervention-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1c3f;
    margin-bottom: 10px;
}

/* LISTS */
.intervention-block ul {
    padding-left: 18px;
}

.intervention-block ul li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #2a2f45;
    margin-bottom: 6px;
}

/* IMAGE */
.intervention-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.intervention-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .intervention-heading {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .akam-intervention-section {
        padding: 70px 0;
    }

    .intervention-heading {
        font-size: 18px;
    }

    .intervention-block h4 {
        font-size: 15px;
    }

    .intervention-block ul li {
        font-size: 14px;
    }
}



/* SECTION */
.akam-reach-cards {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADER */
.reach-cards-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    margin-bottom: 12px;
}

.reach-cards-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 680px;
}

/* CARD */
.reach-card {
    background-color: #4c5c86; /* Canva-style slate blue */
    color: #ffffff;
    border-radius: 28px;
    padding: 32px 22px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* ICON */
.reach-icon {
    font-size: 28px;
    margin-bottom: 14px;
    color: #ffffff;
}

/* NUMBER / TITLE */
.reach-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.reach-card p {
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .reach-card {
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .akam-reach-cards {
        padding: 70px 0;
    }

    .reach-cards-heading {
        font-size: 20px;
    }

    .reach-card h4 {
        font-size: 20px;
    }

    .reach-card p {
        font-size: 14px;
    }
}




/* SECTION */
.akam-swabhiman-section {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* LOGO */
.swabhiman-logo {
    margin-bottom: 18px;
}

.swabhiman-logo img {
    max-width: 220px;
    height: auto;
}

/* HEADING */
.swabhiman-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    line-height: 1.4;
    margin-bottom: 16px;
}

/* PARAGRAPH */
.swabhiman-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 14px;
    max-width: 560px;
}

/* LIST */
.swabhiman-content ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.swabhiman-content ul li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #2a2f45;
    margin-bottom: 6px;
}

/* IMAGE */
.swabhiman-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.swabhiman-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .swabhiman-heading {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .akam-swabhiman-section {
        padding: 70px 0;
    }

    .swabhiman-heading {
        font-size: 18px;
    }

    .swabhiman-content p,
    .swabhiman-content ul li {
        font-size: 14px;
    }
}




/* SECTION */
.akam-intervention-alt {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADING */
.intervention-alt-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    text-align: right;
}

/* ROW SPACING */
.intervention-row {
    margin-bottom: 60px;
}

/* TEXT BOX */
.intervention-box {
    border: 2px solid #0b1c3f;
    border-radius: 18px;
    padding: 22px 26px;
    background-color: #ffffff;
}

.intervention-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0b1c3f;
    margin-bottom: 12px;
}

/* LIST */
.intervention-box ul {
    padding-left: 18px;
    margin: 0;
}

.intervention-box ul li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #2a2f45;
    margin-bottom: 6px;
}

/* IMAGE */
.intervention-image {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.intervention-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .intervention-row {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .akam-intervention-alt {
        padding: 70px 0;
    }

    .intervention-alt-heading {
        font-size: 20px;
    }

    .intervention-box h4 {
        font-size: 15px;
    }

    .intervention-box ul li {
        font-size: 14px;
    }
}


/* SECTION */
.akam-impact-section {
    padding: 10px 20px;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADER */
.impact-header {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.impact-header h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
}

/* CONNECTOR */
.impact-connector {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    height: 24px;
}

.impact-connector .line {
    position: absolute;
    top: 11px;
    left: 40px;
    right: 40px;
    height: 2px;
    background-color: #0b1c3f;
}

.impact-connector .dot {
    position: absolute;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 2px solid #0b1c3f;
    border-radius: 50%;
}

.impact-connector .dot.left {
    left: 20px;
}

.impact-connector .dot.right {
    right: 20px;
}

/* GRID */
.impact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

/* ITEMS */
.impact-item {
    text-align: center;
}

.impact-item.center {
    margin-top: 30px;
}

/* PILLS */
.impact-pill {
    display: inline-block;
    background-color: #0b1c3f;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* TEXT */
.impact-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 320px;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .impact-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .impact-item.center {
        margin-top: 0;
    }

    .impact-connector {
        display: none;
    }
}

@media (max-width: 576px) {
    .akam-impact-section {
        padding: 70px 16px;
    }

    .impact-header h3 {
        font-size: 20px;
    }

    .impact-pill {
        font-size: 14px;
    }

    .impact-item p {
        font-size: 14px;
    }
}



/* SECTION */
.akam-manax-section {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* LOGO */
.manax-logo {
    max-width: 220px;
    height: auto;
}

/* HEADING */
.manax-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    line-height: 1.4;
}

/* IMAGE */
.manax-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* CONTENT */
.manax-content p {
    font-size: 20px !important;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 14px;
    max-width: 720px;
}

/* LIST */
.manax-content ul {
    padding-left: 18px;
}

.manax-content ul li {
    font-size: 17.5px !important;
    line-height: 1.6;
    color: #2a2f45;
    margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .manax-heading {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .akam-manax-section {
        padding: 70px 0;
    }

    .manax-heading {
        font-size: 18px;
    }

    .manax-content p,
    .manax-content ul li {
        font-size: 14px;
    }
}




/* SECTION */
.akam-peer-support-section {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #001849;
}

/* HEADING */
.peer-support-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    color: #001848;
    margin-bottom: 18px;
    max-width: 900px;
}

/* INTRO */
.peer-support-intro {
    font-size: 19.5px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 780px;
    margin-bottom: 28px;
}

/* SUBHEADING */
.peer-support-subheading {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b1c3f;
    margin-bottom: 14px;
}

/* LIST */
.peer-support-list {
    padding-left: 18px;
    max-width: 820px;
}

.peer-support-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 10px;
}

.peer-support-list strong {
    font-weight: 700;
    color: #0b1c3f;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .akam-peer-support-section {
        padding: 70px 0;
    }

    .peer-support-heading {
        font-size: 19px;
    }

    .peer-support-intro,
    .peer-support-list li {
        font-size: 14.5px;
    }
}



/* SECTION */
.akam-education-section {
    padding: 90px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* LOGO */
.education-logo {
    margin-bottom: 18px;
}

.education-logo img {
    max-width: 200px;
    height: auto;
}

/* MAIN HEADING */
.education-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* INTRO */
.education-intro {
    font-size: 15.5px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 900px;
    margin-bottom: 28px;
}

/* SUBHEADINGS */
.education-subheading {
    font-size: 16.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 10px;
}

.education-minor-heading {
    font-size: 14.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 8px;
}

/* LISTS */
.education-list {
    padding-left: 18px;
    max-width: 960px;
    margin-bottom: 18px;
}

.education-list li {
    font-size: 14.5px;
    line-height: 1.7;
    color: #2a2f45;
    margin-bottom: 8px;
}

/* PARAGRAPHS */
.akam-education-section p {
    font-size: 14.8px;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 960px;
}

/* CLOSING */
.education-closing {
    margin-top: 26px;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .akam-education-section {
        padding: 70px 0;
    }

    .education-heading {
        font-size: 19px;
    }

    .education-list li,
    .akam-education-section p {
        font-size: 14px;
    }
}


/* SECTION */
.akam-nomorepee-section {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #0b1c3f;
}

/* HEADING */
.nomorepee-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* QUOTE */
.nomorepee-quote {
    font-size: 20px !important;
    line-height: 1.7;
    color: #2a2f45;
    border-left: 3px solid #0b1c3f;
    padding-left: 16px;
}

.nomorepee-quote span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #0b1c3f;
}

/* IMAGES */
.nomorepee-image {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid #0b1c3f;
}

.nomorepee-image.top {
    margin-top: 6px;
}

.nomorepee-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* TEXT */
.nomorepee-text,
.nomorepee-footer {
    font-size: 19px !important;
    line-height: 1.7;
    color: #2a2f45;
    max-width: 760px;
}

/* CONNECTOR (dotted line effect) */
.nomorepee-row-connector {
    position: relative;
}

.nomorepee-row-connector::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 2px;
    height: 30px;
    border-left: 2px dashed #0b1c3f;
    transform: translateX(-50%);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .nomorepee-row-connector::before {
        display: none;
    }
}

@media (max-width: 576px) {
    .akam-nomorepee-section {
        padding: 70px 0;
    }

    .nomorepee-heading {
        font-size: 20px;
    }

    .nomorepee-text,
    .nomorepee-footer,
    .nomorepee-quote {
        font-size: 14.5px;
    }
}
