.telephone-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .telephone-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.calendar-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .calendar-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.calendar-area .img {
  text-align: center;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .calendar-area .img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .calendar-area .txt-area .btn {
    margin-top: 30px;
  }
}
.calendar-area .txt-area .btn a {
  width: 310px;
}
.calendar-area .txt-area p {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.btn.school {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn.school {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
