.mentionTitle {
  background-color: #f3f3f3;
  width: 100%;
  height: 100px;
  padding-top: 25px;
}

.mentionTitle h1 {
  width: 1100px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05rem;
  font-size: 2.2em;
}

.sectionMention1 {
  color: #83838c;
  margin-top: 50px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sectionMention1 h5 {
  font-weight: bold;
  color: black;
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sectionMention1 p {
  line-height: 22.5px;
}

.sectionMention1 p br {
  margin-bottom: 15px;
}

@media all and (max-width: 1100px) {
  .mentionTitle {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-top: 80px;
  }
  .mentionTitle h1 {
    width: 100%;
    text-align: center;
  }
  .sectionMention1 {
    width: 90%;
  }
  .sectionMention1 h5 {
    font-weight: bold;
    color: black;
    font-size: 1.1em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sectionMention1 p {
    text-align: justify;
  }
}
/*# sourceMappingURL=mention.css.map */