/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  .aboutIntro {
    padding: 5rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutIntro {
    padding: 8.5rem 5vw 0;
  }
}

.introText {
  line-height: 1.714;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  .introText {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .introText {
    font-size: 2.8rem;
  }
}

.introList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .introList {
    margin-top: 3rem;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .introList {
    margin-top: 5.5rem;
    gap: 6.5rem 0;
  }
}

.introItem {
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) {
  .introItem {
    width: 100%;
    border-radius: 1.2rem;
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .introItem {
    width: 48%;
    border-radius: 1.6rem;
    padding: 3rem 3.5rem 4rem 3.5rem;
  }
}
.introItem .itemTitle {
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .introItem .itemTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .introItem .itemTitle {
    font-size: 2.4rem;
  }
}
.introItem .itemText {
  line-height: 1.875;
  opacity: 0.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .introItem .itemText {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .introItem .itemText {
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
}

@media screen and (min-width: 320px) {
  .aboutImg {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg {
    padding: 8rem 5vw 0;
  }
}

@media screen and (min-width: 320px) {
  .sectionCourses {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .sectionCourses {
    margin-top: 25rem;
  }
}/*# sourceMappingURL=about.css.map */