/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Section Comment choisir ----------------------- */
.mwp-comment {
  background-color: #EDF8EC;
  padding: 50px 0 0;
  margin: 50px 0;
}
@media screen and (min-width: 976px) {
  .mwp-comment {
    padding: 100px 0 50px;
  }
}
.mwp-comment__container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mwp-comment__container {
    max-width: 1200px;
    gap: 50px;
  }
}
.mwp-comment__header {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mwp-comment__header {
    gap: 25px;
    text-align: left;
  }
}
.mwp-comment__header h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  color: #002138;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mwp-comment__header h2 {
    font-size: 35px !important;
    line-height: 40px !important;
    text-align: left;
  }
}
.mwp-comment__content {
  display: flex;
  flex-direction: column;
}
.mwp-comment__content .cart--title h2, .mwp-comment__content .cart--title h3, .mwp-comment__content .cart--title h4, .mwp-comment__content .cart--title p {
  font-weight: 700;
}
.mwp-comment__cart {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 50px 0 75px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 33, 56, 0.1294117647);
}
@media screen and (min-width: 768px) {
  .mwp-comment__cart {
    flex-direction: row;
  }
}
.mwp-comment__cart--icon {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .mwp-comment__cart--icon {
    width: 20%;
  }
}
.mwp-comment__cart--icon img {
  border-radius: 10px;
}
.mwp-comment__cart--content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mwp-comment__cart--content {
    width: 35%;
  }
}
.mwp-comment__cart--content ul {
  margin: 0;
}
.mwp-comment__cart--content li {
  list-style: none;
  padding: 5px 0;
}
.mwp-comment__cart--content li:before {
  background-image: url(/wp-content/themes/generatepress-child/assets/images/check-green.svg);
  content: "";
  display: inline-block;
  margin: 0px 10px -3px 0;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mwp-comment__cart--desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mwp-comment__cart--desc {
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  .mwp-comment__content :nth-child(2n).mwp-comment__cart .mwp-comment__cart--icon {
    order: 3 !important;
  }
}
.mwp-comment__cart:nth-last-child(1) {
  border-bottom: 0 !important;
}

/*# sourceMappingURL=mwp-comment-choisir.css.map */
