main {
  background: url(../../img/aboutTheFestival/module-1-bg.png) no-repeat top center / cover;
}
.frenchgourmay-module {
  position: relative;
}
.frenchgourmay-module .module-tit {
  text-align: center;
}
.frenchgourmay-module .module-tit h2 {
  color: #0F4A83;
}
.frenchgourmay-module .module-tit .p p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit .p p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.frenchgourmay-module .bg-pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-module-2 .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 86px;
}
@media screen and (max-width: 1200px) {
  .about-module-2 .list .item {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .about-module-2 .list .item {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-module-2 .list .item {
    gap: 30px;
  }
}
.about-module-2 .list .item .pic {
  margin-bottom: 0;
  width: 44%;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .about-module-2 .list .item .pic {
    width: 100%;
  }
}
.about-module-2 .list .item .module-tit .p p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .about-module-2 .list .item .module-tit .p p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.about-module-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.about-module-3 h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #0F4A83;
  font-weight: bold;
  line-height: 1.375;
}
@media screen and (max-width: 1200px) {
  .about-module-3 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-module-3 h3 {
    font-size: 18px;
  }
}
.about-module-4 .module-tit {
  text-align: center;
}
.about-module-4 .module-tit .sub-tit {
  margin-top: 24px;
  font-size: 20px;
  color: #C87D05;
  font-weight: bold;
  line-height: 1.2;
}
.about-module-4 .module-tit .p {
  margin: 0 auto;
  max-width: 1100px;
}
.about-module-4 .module-con .swiper {
  margin: 0 auto;
  max-width: 75.625%;
  overflow: visible;
  width: 100%;
}
.about-module-4 .module-con .swiper .swiper-wrapper {
  align-items: center;
}
.about-module-4 .module-con .swiper .swiper-slide {
  max-width: 100%;
}
.about-module-4 .module-con .swiper .swiper-slide:nth-child(3n + 1) {
  width: 621px;
}
.about-module-4 .module-con .swiper .swiper-slide:nth-child(3n + 2) {
  width: 418px;
}
.about-module-4 .module-con .swiper .swiper-slide:nth-child(3n) {
  width: 355px;
}
.about-module-4 .module-con .swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-module-4 .module-con .tips {
  margin-top: 50px;
  font-size: 20px;
  color: #C87D05;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}
