
.about-we-are{
    margin-top:-30px;
}   
.about-we-are-container {
    flex-direction: row-reverse;
}

.about-we-are .image {
    flex: 1 1 35%;
    transition: transform var(--transition-default);
}

.about-we-are .image:hover {
    transform: translateY(-5px);
}

.about-we-are .content {
    flex: 1 1 50%;
}

.heading-about-we-are{
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
}

.about-we-are .section-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(39, 53, 175, 1);
    display: flex;
    gap: 8px;
    margin-bottom: 0.75rem;
    font-family: 'Plus Jakarta Sans';
}

.about-we-are h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 1);
    line-height: 48px;
    letter-spacing: 1%;
}

.about-we-are p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2%;
    color: rgba(132, 134, 138, 1);
    margin-bottom: 1rem;
}

.about-we-are .feature {
    margin-top: 1rem;
    display: flex;
    align-items: start;
    gap: 1rem;
}

.about-we-are .feature .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-we-are .feature h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 1);
}

.about-we-are .feature p {
    color: rgba(132, 134, 138, 1);
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
}

.footer__list a {
    display: flex;
    align-items: flex-start;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 500;
    /* gap: 0.5rem; */
}

@media (max-width: 768px) {
    .container {
        padding: 1rem 1rem;
        gap: 1rem;
        flex-direction: column;
    }

    .what-we-do {
        padding: 1rem 0;
    }

    .what-we-do h2 {
        font-size: 32px;
    }

    .what-we-do .service-card {
        flex: 1 1 100%;
    }

    .what-we-do .services-cards {
        flex-direction: column;
    }

    .about-we-are h2,
    .what-we-do h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: rgba(0, 0, 0, 1);
        line-height: 30px;
        letter-spacing: 1%;
    }

    .talent-match .content,
    .about-we-are .content,
    .talent-match .image,
    .about-we-are .image {
        flex-direction: row;
    }

    .about-section-left-img {
        width: 100%;
        height: auto;
    }

    .talent-match .badge {
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 3%;
        display: inline-block;
        margin-bottom: 0.4rem;
    }

    .talent-match h1 {
        width: 100%;
        font-size: 30px;
        color: rgba(0, 0, 0, 1);
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 42px;
        letter-spacing: 1%;
        text-align: justify;
    }

    .about-we-are .section-label,
    .what-we-do .section-label {
        font-size: 14px;
    }

    .about-we-are .feature {
        margin-top: 0.8rem;
        display: flex;
        align-items: start;
        gap: 0.8rem;
    }

    .about-we-are .feature h4 {
        font-size: 16px;
        margin-bottom: 0.5rem;
        line-height: 24px;
        color: rgba(0, 0, 0, 1);
    }

    .what-we-do .section-header p {
        font-size: 14px;
        line-height: 24px;
        max-width: 650px;
    }

    .about-we-are p,
    .talent-match p,
    .about-we-are .feature p,
    .what-we-do .section-header p {
        font-size: 16px;
        line-height: 24px;
    }

    .what-we-do .service-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.where-it-began {
  padding: 1rem 1rem;
  /* background-color: #f9fafc; */
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.container-about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Plus Jakarta Sans';
}

.where-it-began-container {
  max-width: 1240px;
  margin: 0 auto;
}

.where-it-began h2 {
  font-size: 44px;
  /* line-height: 63px; */
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.where-it-began p {
  font-size: 20px;
  font-weight: 500;
  color: #84868A;
  line-height:38px;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Plus Jakarta Sans";
}

@media (max-width: 768px) {
  .where-it-began h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .where-it-began p {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
  }
}

.about-milestone{
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}
.about-milestone img{
    width:90%;
    padding-left: 120px;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .about-milestone img {
        width: 90%;
        padding-left: 28px;
    }
    /* .where-it-began-container {
        max-width: 1240px;
        margin: 0 0 -37px;
    } */
}

.life-at-where-it-began {
  padding: 1rem 1rem;
  /* background-color: #f9fafc; */
  text-align: center;
  font-size:40px;
  font-weight: 700px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 63px;
  letter-spacing: 1%;
}
.grouping-img img{
    /* display: flex; */
    padding-top:32px;
    width:25%;
    height:20%;
}

@media (max-width: 768px){
    .life-at-where-it-began {
        padding: 1rem 1rem;
        text-align: center;
        font-size:18px;
        font-weight: 700px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        line-height: 30px;
        letter-spacing: 1%;
    }

    .grouping-img img{
        /* display: flex; */
        padding-top:16px;
        width:100%;
        height:50%;
        border-top-right-radius: 32px !important;
        border-top-left-radius: 32px !important;
        border-radius: 25px;
    }
}

@media (max-width: 468px){
    .life-at-where-it-began {
        padding: 1rem 1rem;
        text-align: center;
        font-size:18px;
        font-weight: 700px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        line-height: 30px;
        letter-spacing: 1%;
    }

    .grouping-img img{
        display: flex;
        padding-top:16px;
        width:100%;
        height:50%;
        border-top-right-radius: 32px !important;
        border-top-left-radius: 32px !important;
        border-radius: 25px;
    }
}