section .top-gradient {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #31B2D4 0%, #21697B 135.03%);
  color: #FFFFFF;
  text-align: center;
}
section .top-gradient .section-sup span {
  background-color: #FFFFFF;
  color: #246CAB;
}
section .top-gradient .section-tit2 {
  font-weight: 400;
}
@media (min-width: 1024px) {
  section .top-gradient {
    padding-top: 170px;
    padding-bottom: 170px;
    margin: 20px 20px 0;
  }
  section .top-gradient .section-tit2 {
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 32px;
  }
  section .section-cont {
    margin-top: -142px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .top-gradient {
    padding-bottom: 130px;
  }
  section .section-cont {
    margin-top: -132px;
  }
}
@media (max-width: 1023px) {
  section .top-gradient {
    padding-top: 130px;
    margin: 10px 10px 0;
  }
  section .top-gradient .section-tit2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section .top-gradient {
    padding-bottom: 40px;
  }
  section .section-cont {
    margin-top: -40px;
  }
}/*# sourceMappingURL=profesoresFront.css.map */