.header-banner {
  margin-top: 50px;
  width: 100%;
  background-image: url('../images/graduates.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.header-banner .title {
  font-size: 3rem;
  text-align: center;
}

.form-section-header {
  border-left: 3px solid #3c81f6;
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-section-header h6 {
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .header-banner .title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 425px) {
  .header-banner .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
}
