.listen-music .section-heading {
  margin-bottom: 120px; }
.listen-music .music-details {
  background-color: #317b91;
  color: #fff;
  padding: 40px;
  padding-left: 75px;
  margin-bottom: 80px;
  width: 100%; }
.listen-music .music-img {
  position: relative;
  top: -50px;
  left: 50px;
  z-index: 2; }
.listen-music .music-content {
  color: #bddde6; }
.listen-music .music-icon {
  margin-bottom: 24px; }
  .listen-music .music-icon .icon {
    font-size: 20px;
    margin-right: 32px; }
.listen-music .readmore-link {
  margin-left: auto; }

.readmore-link {
  color: #F75626;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; }

.teaching {
  background: url(../images/banner/2x-teaching-bg.png) no-repeat;
  background-size: 40%;
  border-top-right-radius: 180px; }
  .teaching-title {
    font-weight: 600; }
  .teaching-content {
    background-color: #e5e8e5;
    padding: 130px 80px; }
    .teaching-content-text {
      font-size: 24px;
      line-height: 1.67; }
  .teaching-type {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #317b91;
    border-radius: 4px 4px 50px 4px;
    margin-bottom: 36px;
    min-height: 360px; }
    .teaching-type-one {
      margin-top: 80px; }
  .teaching .readmore-link {
    margin-top: 58px; }

.scores-list {
  color: #584f4d;
  list-style-type: none;
  padding-inline-start: 0; }
.scores-img {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #317b91;
  padding: 30px 0;
  margin-bottom: 75px; }
.scores .scores-img-wrap {
  margin-top: 10px; }
  .scores .scores-img-wrap:before {
    content: "";
    top: -10px;
    left: 10px;
    right: -10px;
    bottom: 10px;
    background-color: #B0DBE8;
    position: absolute;
    z-index: 0; }
  .scores .scores-img-wrap .img-scores {
    position: relative;
    z-index: 3; }

.scores-page .scores-img-wrap:before {
  background-color: #1c7b9a; }

@media (max-width: 991.98px) {
  .listen-music {
    padding: 0 40px; }
    .listen-music .listen-music-group {
      align-items: center;
      flex-direction: column; }
    .listen-music .section-heading {
      margin-bottom: 0; }
    .listen-music .music-details {
      padding: 60px 32px 32px;
      margin-bottom: 0;
      width: 100%; }
      .listen-music .music-details .music-icon .icon {
        font-size: 12px;
        margin-right: 16px; }
    .listen-music .music-img {
      left: 0;
      top: 32px;
      padding: 0 32px;
      border-radius: 0.3125rem; }
    .listen-music .readmore-link {
      margin: auto; }

  .teaching {
    background: url(../images/banner/2x-mobile-teaching-bg.png) no-repeat;
    background-size: 75%;
    padding: 60px 0;
    border-top-right-radius: 0; }
    .teaching-content {
      padding: 60px 16px;
      border-bottom-left-radius: 70px;
      margin-bottom: 100px; }
      .teaching-content-text {
        font-size: 1rem;
        line-height: 2; }
    .teaching-type {
      min-height: auto;
      padding: 36px 0;
      margin-bottom: 16px; }
      .teaching-type img {
        height: 60px; }
    .teaching-title {
      text-align: center; }

  .scores .video-wrap {
    margin-bottom: 32px; }
  .scores-img {
    margin-bottom: 1rem;
    max-width: 75%; }
  .scores .readmore-link {
    margin: auto;
    margin-bottom: 70px; } }
.video-wrap {
  position: relative;
  padding-top: 56%;
  margin-bottom: 75px; }
  .video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.media-video-list .video-wrap {
  margin-bottom: 0; }

/*# sourceMappingURL=home.css.map */
