.paragraph--type--content.paragraph--view-mode--find-our-product .container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paragraph--type--content.paragraph--view-mode--find-our-product .container .content {
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .paragraph--type--content.paragraph--view-mode--find-our-product .container h2 {
    position: relative;
  }
  .paragraph--type--content.paragraph--view-mode--find-our-product .container h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 77px;
    width: 61px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/find-our-product/feuilles_gauche.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateX(-66px) translateY(-20px);
            transform: translateX(-66px) translateY(-20px);
  }
  .paragraph--type--content.paragraph--view-mode--find-our-product .container h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 49px;
    width: 45px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/find-our-product/feuilles_droite.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateX(40px) translateY(-30px);
            transform: translateX(40px) translateY(-30px);
  }
}
.paragraph--type--content.paragraph--view-mode--find-our-product .container .field--name-field-picture-card {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .paragraph--type--content.paragraph--view-mode--find-our-product .container .field--name-field-picture-card {
    margin: 0 auto 35px;
    width: 80%;
  }
}
.paragraph--type--content.paragraph--view-mode--find-our-product .container .field--name-field-picture-card img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--content.paragraph--view-mode--find-our-product .container .field--name-field-body {
  color: #787878;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
/*# sourceMappingURL=content--find-our-product.css.map */
