@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.whoCanApply {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: rgb(248, 248, 248);
}
.whoCanApply .titleList1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.whoCanApply .titleList1 h2 {
  font-family: "Bold" !important;
  font-size: 31px !important;
  line-height: 37.2px !important;
}
.whoCanApply .titleList1 .whoCanApplyList1 {
  padding: 0px !important;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0px !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}
.whoCanApply .cardArea {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.whoCanApply .cardArea .cardd {
  padding: 24px;
  width: 47%;
  background-color: white;
  border-radius: 8px !important;
  border-left: 8px solid transparent !important;
  position: relative;
  opacity: 90%;
}
.whoCanApply .cardArea .cardd .cardContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whoCanApply .cardArea .cardd .cardContent .cardHeader {
  font-family: "Semibold" !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: rgb(70, 72, 73) !important;
}
.whoCanApply .cardArea .cardd .cardContent .cardText {
  font-family: "Regular" !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.03em !important;
  color: rgb(109, 113, 116) !important;
}

@media (max-width: 768px) {
  .whoCanApply {
    padding: 16px !important;
  }
  .whoCanApply .cardArea .cardd {
    width: 100% !important;
  }
}/*# sourceMappingURL=startWhoCanApply.css.map */