.container {
  max-width: 900px;
}

h1 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: white;
}

.exprience-btn {
  margin-bottom: 5rem;
  max-width: 450px;
}

.exprience-btn .experience-img {
  width: 100%;
}

.insta a img {
  max-width: 250px;
}

.about-container .bg-subcolor {
  height: 10px;
  background-color: #b89849;
}

.about-container .more-btn:hover {
  color: white;
  opacity: 0.8;
}

.about-container .about-col img {
  max-width: 100% !important;
}

.about-container .icon-row {
  max-width: 300px;
  margin: 0 auto;
}

.about-container .icon-row .icon {
  width: 20%;
}

.about-container .icon-row .icon img {
  width: 100%;
}

.teacher {
  margin-top: 7rem;
}

.teacher .teacher-title {
  margin: 7rem auto;
}

.teacher .introduce-top {
  margin-top: 30rem;
}

.teacher .introduce {
  height: 13rem;
  position: relative;
}

.teacher .introduce .introduce-container {
  width: 100%;
  max-width: 850px;
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
}

.teacher .introduce .introduce-container .cards {
  color: white;
  cursor: pointer;
}

.teacher .introduce .introduce-container .cards img {
  border-radius: 50%;
}

.teacher .introduce .introduce-container .cards .hobbyLength {
  font-size: 15px;
  padding: 4px 0 4px 0;
}

.teacher .introduce .introduce-container .cards .hobbyLengthM {
  font-size: 10.4px;
  padding: 4px 0 4px 0;
}

.teacher .introduce .introduce-container .cards .hobbyLengthL {
  font-size: 8px;
  padding: 4px 0 4px 0;
}

.teacher .introduce .introduce-container .cards .hobbyLengthXl {
  font-size: 6px;
  padding: 4px 0 4px 0;
}

.teacher .second-row {
  margin-top: 10rem !important;
}

.price {
  background-image: url(../img/price-bg.png);
}

.price .price-container {
  padding: 5rem 0 5rem 0 !important;
  max-width: 1000px;
  margin: 0 auto;
}

.price .price-container .experience-btn, .price .price-container .triangle-img {
  margin-bottom: 3rem !important;
}

.price .price-container .price-plan {
  margin: 0 auto;
}

.price .price-container .price-plan .price-plan__img a {
  width: 60%;
  margin: 0 auto;
}

.price .price-container .price-plan .price-plan__img a img {
  width: 100%;
}

.footer-img img {
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .about-container {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .about-container {
    width: 100%;
  }
  .teacher .teacher-title {
    margin: 5rem auto;
  }
  .teacher .second-row {
    margin-top: 6rem !important;
  }
  .teacher .introduce {
    height: 8rem !important;
  }
  .bg-subcolor {
    height: 5px;
  }
  .price-plan__img a {
    width: 100%;
    text-align: center;
  }
  .flow-img {
    width: 70%;
    padding-right: 1rem;
  }
}
/*# sourceMappingURL=stylesheet.css.map */