section {
  width: 60%;
  margin: auto;
  padding-top: 20px;
}

section a {
  color: #7389ae;
}
section a:visited {
  color: #7389ae;
}
section a:hover {
  color: #7389ae;
}

.ExternalLinks {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.ExternalLinks__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 10px;
}
.ExternalLinks__content--text {
  text-align: start;
}
.ExternalLinks__content--img {
  width: 40%;
  height: 150px;
  text-align: end;
}
.ExternalLinks__content--img img {
  max-width: 100%;
  object-fit: contain;
}
.ExternalLinks__disclaimer {
  margin-top: 25px;
}

.border {
  border-bottom: #f1f0cc 1px solid;
  width: 50%;
  margin: auto;
}

.Mentions__content {
  padding-top: 25px;
}

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