.project .cont .right p:not(.project-title) {
  line-height: 1.3;
}

.course-list2 .text p {
  line-height: 1.5;
}

.course-list3 .text {
  margin-right: 30px;
}

.title span {
  color: #960051;
  font-weight: bold;
}

nav {
  font-size: 14px;
}

nav a {
  padding-left: 20px;
}

.experiential-line {
  left: 15px;
}

.experiential-list .bottom {
  padding: 15px;
}

.banner-wrap .banner-title .title1 {
  font-size: 48px;
}

.banner-wrap .banner-title .title2 {
  font-weight: bold;
}

.course-list2 .img {
  width: 260px;
}

.development .cont .right {
  font-size: 16px;
  padding-top: 10px;
}

nav {
  width: 260px;
  left: calc(50% - 660px);
}

footer .contact .left li {
  line-height: 1.5;
  font-size: 16px;
}

footer {
  padding: 40px 0;
}

p {
  text-align: left;
}

.teacher-list-title {
  font-size: 21px;
}

.banner-wrap .banner-title .title1,
.banner-wrap .banner-title .title2 {
  white-space: nowrap;
}
.teacher-list li:nth-child(1) .img{
  width: 180px;
}.global-title1{
  font-size: unset;
}

@media (max-width:750px) {
  
  .teacher-list li:nth-child(1) .img{
    width: 100%;
  }


  .title {
    font-size: 28px;
  }

  .teacher-list-title {
    font-size: 18px;
  }

  .banner-wrap .banner-title .title1 {
    font-size: 10px;
  }

  .banner-wrap .banner-title p {
    word-break: break-word;
    white-space: unset;
  }

  .course-inner .inner-list {
    display: block;
  }

  .course-inner .inner-list>div {
    width: 100%;
  }

  .course-list2 .img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .course-list2 .text {
    margin-right: 0;
  }

  .experiential .swiper-slide {
    min-height: 360px;
  }

  footer {
    padding: 40px 15px;
  }

  footer .contact {
    display: block;
  }

  footer .contact .right {
    margin: 0 auto;
    width: 100px;
  }

  footer .contact .right img {
    width: 100px;
  }

  .global-tabs {
    padding: 0 5px;
  }

  .global-tabs .tab-btn {
    margin: 20px 5px;
  }

  .global-title1 {
    white-space: nowrap;
  }

}