h1 {
  margin-bottom: 0, 5%;
  margin-left: 2%;
}

/*style properties for the headers whitin the "AV"*/
h3 {
  margin-bottom: 0, 5%;
  margin-left: 2%;
}
.text {
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-bottom: 5%;
  width: 100%;
}

.content_FAQ {
  padding: 20px 200px;
}

@media only screen and (max-width: 1050px) {
  /* For mobile phones: */
  .content_FAQ {
    width: 100%;
    padding: 20px;
  }
}
