main {
  background: url(../../img/aboutSavoie/module-1-bg.png) no-repeat top center / cover;
}
.about-module-1 .module-tit {
  text-align: center;
}
.about-module-1 .list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .list {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about-module-1 .list {
    flex-direction: column;
  }
}
.about-module-1 .list .item {
  padding-top: 180px;
  width: calc(33.33% - 13.33px);
}
@media screen and (max-width: 992px) {
  .about-module-1 .list .item {
    padding: 0;
    width: 100%;
  }
}
.about-module-1 .list .item:nth-child(2) {
  padding-top: 0;
}
.about-module-1 .list .item h3 {
  margin-top: 20px;
  color: #0A0A0A;
  font-size: 30px;
  line-height: 1.233;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .about-module-1 .list .item h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .about-module-1 .list .item h3 {
    font-size: 20px;
  }
}
.about-module-1 .list .item p {
  margin-top: 20px;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.875;
}
