/*
 * @Description:
 * @Author: Ahmed Mahmoud Hamdy
 * @Date: 2021-08-15 18:35:55
 * @LastEditTime: 2021-08-15 18:35:55
 * @LastEditors: Ahmed Mahmoud Hamdy
 */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

main section {
  width: 100%;
}

main section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 70vh;
}

main section h1 {
  font-family: "Cairo", sans-serif;
  color: #f59436;
  font-size: 2.2vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  color: white;
}

main section:nth-of-type(1) {
  background-color: #c13f32;
}

@media only screen and (max-width: 980px) {
  main section h1 {
    font-family: "Cairo", sans-serif;
    color: #f59436;
    font-size: 6vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    color: white;
  }
  main section:nth-of-type(1) {
    background-color: #c13f32;
  }
}
/*# sourceMappingURL=sutdents-affairs.css.map */