.admissionHeroDiv {
  background: linear-gradient(#0b62b8ba, #0b62b8ba),
    url("./../images/about/herobg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10% 0px;
}
.admissionHeroDiv h2 {
  font-size: 34px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.admissionHeroDiv h4 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.admissionText {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.admissionForm {
  background-color: #f6f0b5;
  padding: 50px;
}
.admissionFormSection input {
  width: 100%;
  border: none;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding-left: 20px;
  padding-right: 20px;
}
.admissionFormSection h4 {
  font-size: 20px;
  font-weight: 600;
}
.admissionFormSection h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b62b8;
}
.applyBtn button {
  background-color: #c51c1c;
  border: none;
  padding: 10px 60px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .admissionHeroDiv {
    padding: 40% 0px;
  }
  .admissionForm {
    padding: 10px;
  }
}
