@charset "UTF-8";

#about,
#moreover {
  background-color: #fff3e9;
}

.lower-page #about .section-title span::after {
  background: #e3d4c6;
}

.lower-page #about .recommendationWrap .img img {
  box-shadow: 20px 20px 0px 0px rgba(228, 212, 198, 0.5);
}

.lower-page #course .flex-container .flex-item {
  border-color: var(--color-starting);
}

.lower-page #course .flex-container .flex-item .label {
  color: var(--color-starting);
}

@media screen and (max-width: 570px) {
  .lower-page #about .recommendationWrap .img img {
    box-shadow: 10px 10px 0px 0px rgba(228, 212, 198, 0.5);
  }
}