body {
  font-family: "Lexend Zetta";
}

.background {
  background: url("../img/bg.jpg");
  width: 100%;
  height: 90vh;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
}

.header-all {
  width: 100%;
}

.header-info {
  padding: 5px;
  position: relative;
  padding-top: 10%;
  margin-left: 10%;
  margin-right: 10px;
}

.massages {
  background: url("../img/odp.png");
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 200px;
  padding-bottom: 200px;
  width: 100%;
  font-size: 110%;
  font-family: "Jura";
}

@media (max-width: 820px) {
  .massages {
    padding-left: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.massages-content {
  max-width: 700px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.massages h2 {
  margin-top: 0;
}

.title {
  font-style: italic;
  font-family: Lexend Zetta;
  color: rgb(20, 20, 40);
}
