.contacts_all_container {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Karla", sans-serif;
  font-weight: 400;
}
.contacts_all {
  position: absolute;
  max-width: 48rem;
  top: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  line-height: 1.1em;
  left: 50%;
  transform: translate(-50%, 0);
}
.contacts_all {
  position: absolute;
  top: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  line-height: 1.5em;
  left: 50%;
  transform: translate(-50%, 0);
}
p {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.informativa_title {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 2rem;
  color: black;
}
.informativa_sub_title {
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  color: rgb(49, 49, 49);

}
.informativa_text {
    font-weight: 400;
    font-size: 0.9rem;
    color: rgb(49, 49, 49);
  }
