@font-face {
  font-family: "Mazzard";
  src: local("MazzardH-Regular"),
    url("/fonts/MazzardH-Regular.ttf") format("truetype");
}

.whoWeServeHeader {
  font-size: 45px;
  color: #ffff;
  font-family: "Clash Display";
  font-weight: 400;
}

.whoeWeServeContainer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #001b31;
}

.WhoWeServeDivider {
  border: 1px solid #1f4666;
}

.whoWeServeTabs {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-left: 0;
}

.corporateHeader {
  color: #f8e770;
  font-size: 45px;
  font-family: "Clash Display";
  font-weight: 400;
}

.corporateParah {
  font-size: 22px;
  font-family: "Mazzard";
  color: #ffffff;
  width: 50%;
}

.institutionsHeader {
  color: #80eaac;
  font-size: 45px;
  font-family: "Clash Display";
  font-weight: 400;
  width: 50%;
}

.institutionsParah {
  font-size: 22px;
  font-family: "Mazzard";
  color: #ffffff;
  width: 50%;
}

.LearnerHeader {
  color: #bfe8fb;
  font-size: 45px;
  font-family: "Clash Display";
  font-weight: 400;
  width: 40%;
}

.LearnerParah {
  font-size: 22px;
  font-family: "Mazzard";
  color: #ffffff;
  width: 50%;
}

/* Tablet Styles (768px and below) */
@media (max-width: 768px) {
  .whoeWeServeContainer {
    padding: 20px 30px;
  }

  .whoWeServeHeader {
    font-size: 36px;
    padding-left: 0;
  }

  .whoWeServeTabs {
    flex-direction: column;
    padding: 15px 0;
  }

  .corporateHeader,
  .institutionsHeader,
  .LearnerHeader {
    font-size: 36px;
    width: 100%;
    margin-bottom: 10px;
  }

  .corporateParah,
  .institutionsParah,
  .LearnerParah {
    font-size: 18px;
    width: 100%;
  }
}

/* Mobile Styles (480px and below) */
@media (max-width: 480px) {
  .whoeWeServeContainer {
    padding: 20px 15px;
  }

  .whoWeServeHeader {
    font-size: 28px;
  }

  .corporateHeader,
  .institutionsHeader,
  .LearnerHeader {
    font-size: 28px;
  }

  .corporateParah,
  .institutionsParah,
  .LearnerParah {
    font-size: 16px;
  }
}
