main {
  background: url(../../img/aboutChefAmbassador/module-1-bg.png) no-repeat top center / cover;
}
.about-module-1 {
  padding-bottom: 0;
}
.about-module-1 .module-con {
  display: flex;
  gap: 132px;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
}
@media screen and (max-width: 992px) {
  .about-module-1 .module-con {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-module-1 .module-con {
    gap: 50px;
  }
}
.about-module-1 .module-con .pic {
  width: 32.57%;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .pic {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .about-module-1 .module-con .pic {
    width: 90%;
  }
}
.about-module-1 .module-con .info-box {
  padding-top: 66px;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box .module-tit .tit {
    justify-content: center;
  }
  .about-module-1 .module-con .info-box .module-tit p {
    text-align: center;
  }
}
.about-module-1 .module-con .info-box .module-tit h2 {
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box .module-tit h2 {
    text-align: center;
  }
}
.about-module-1 .module-con .info-box .module-tit h2::before {
  content: '';
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
  height: 1px;
  background-color: #E41927;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box .module-tit h2::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    height: 112px;
    width: 1px;
  }
}
@media screen and (max-width: 992px) {
  .about-module-1 .module-con .info-box .module-tit h2::before {
    height: 82px;
  }
}
.about-module-1 .module-con .info-box .module-tit p {
  margin: 0;
}
.about-module-1 .module-con .info-box h4 {
  font-size: 30px;
  color: #0F4A83;
  line-height: 1.283;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .about-module-1 .module-con .info-box h4 {
    font-size: 20px;
  }
}
.about-module-1 .module-con .info-box p {
  margin-top: 35px;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .module-con .info-box p {
    text-align: left;
  }
}
.about-module-2 {
  padding-top: 0;
}
.about-module-2 p {
  margin-top: 35px;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.875;
}
