/** IMAGE **/
.carrefour-faq_description_image {
  max-width: 95px;
  padding: 25px 0px 0 25px;
}
.carrefour-faq_image {
  position: relative;
}
.carrefour-faq_image::before {
  content: '';
  display: block;
  padding-top: 50%;
}
.carrefour-faq_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/** DESCRIPTION **/
.carrefour-faq_description_desc {
  padding: 25px 10px;
}
.carrefour-faq_description {
  display: flex;
}
.carrefour-faq_description h2 {
  font-size: 4.8rem;
  color: var(--black);
  margin: 0;
}
.carrefour-faq_description h3 {
  font-size: 2.2rem;
  margin: 0;
  color: var(--black);
} 