/* SectionAboutMrsDepannage.module.css */

.styles_sectionAboutMrsDepannage__INPuC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.styles_imageContainer__qSb0a {
  flex: 1 1;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.styles_textContainer___TC4l {
  flex: 2 1;
  max-width: 60%;
}

.styles_paragraph__O8hI9 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.styles_paragraph__O8hI9 strong {
  color: #000;
}

.styles_paragraph__O8hI9 a {
  color: #007bff;
  text-decoration: none;
}

.styles_paragraph__O8hI9 a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .styles_sectionAboutMrsDepannage__INPuC {
    flex-direction: column;
    text-align: center;
  }

  .styles_imageContainer__qSb0a {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .styles_textContainer___TC4l {
    max-width: 100%;
  }

  .styles_paragraph__O8hI9 {
    font-size: 0.9rem;
  }
}


/*# sourceMappingURL=16fa4bdf5e03710e.css.map*/