.frenchgourmay-module {
  background: url(../../img/privacyPolicy/module-1-bg.png) no-repeat top center / cover;
}
.frenchgourmay-module .list .item {
  margin-bottom: 75px;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .list .item {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .frenchgourmay-module .list .item {
    margin-bottom: 35px;
  }
}
.frenchgourmay-module .list .item:last-child {
  margin-bottom: 0;
}
.frenchgourmay-module .list .item p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  line-height: 1.22;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .list .item p {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.frenchgourmay-module .list .item h2 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .list .item h2 {
    margin-bottom: 14px;
    font-size: 26px;
  }
}
.frenchgourmay-module .list .item ul {
  padding-left: 20px;
  list-style: disc;
}
.frenchgourmay-module .list .item ul li {
  font-size: 16px;
  color: #000;
  line-height: 2.25;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .list .item ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}
.frenchgourmay-module .list .item ul li::marker {
  color: #ACACAC;
  font-size: 20px;
}
