.a-propos-wrapper .a-propos-content .cta-button {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.a-propos-wrapper .a-propos-content .bigger-heading {
  margin-bottom: 40px;
}
.a-propos-wrapper .a-propos-content .text-content {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a-propos-wrapper .a-propos-content .text-content .left-part, .a-propos-wrapper .a-propos-content .text-content .right-part {
  width: calc(50% - 30px);
}
.a-propos-wrapper .a-propos-content .text-content .left-part strong, .a-propos-wrapper .a-propos-content .text-content .right-part strong {
  font-size: 1rem;
}
.a-propos-wrapper .a-propos-content .en-savoir {
  border: 1px solid black;
  padding: 10px 20px;
  font-size: 0.875rem;
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}
.a-propos-wrapper .a-propos-content .en-savoir:hover {
  background: #D1938C;
  border-color: #D1938C;
  color: white;
}
.a-propos-wrapper .a-propos-content .en-savoir i {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .a-propos-wrapper .a-propos-content .text-content {
    flex-wrap: wrap;
  }
  .a-propos-wrapper .a-propos-content .text-content .left-part, .a-propos-wrapper .a-propos-content .text-content .right-part {
    width: 100%;
  }
}

/*# sourceMappingURL=a_propos.css.map */
