/*
 * @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;
}

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

main section p {
  font-size: 1.8vw;
  width: 80%;
  margin-bottom: 6vw;
  margin-top: 2vw;
}

main section:nth-of-type(odd) {
  background-color: #f59436;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

main section:nth-of-type(odd) h1 {
  color: white;
}

main section:nth-of-type(even) {
  background-color: white;
}

main section:nth-of-type(even) h1 {
  color: #c13f32;
}

main section:nth-of-type(1) {
  background-color: #c13f32;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
}

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

@media only screen and (max-width: 980px) {
  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;
  }
  main section h1 {
    font-family: "Cairo", sans-serif;
    color: #f59436;
    font-size: 6vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  main section p {
    font-size: 5.5vw;
    width: 80%;
    margin-bottom: 6vw;
    margin-top: 2vw;
  }
  main section:nth-of-type(1) h1 {
    font-family: "Cairo", sans-serif;
    color: #f59436;
    font-size: 6vw;
    color: white;
  }
}
/*# sourceMappingURL=services.css.map */