main {
  width: 100vw;
  height: auto;
}

.first-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  margin: 40px auto;
  margin-top: 126px;

  padding: 0 20px;

  gap: 15px;
  max-width: 800px;
}

.more-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

  margin: 40px auto;

  padding: 0 20px;

  max-width: 800px;
}

.title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-end;
  gap: 10px;

  width: 100%;

  border-bottom: 2px solid #09529b;
  padding-bottom: 10px;

  color: #09529b;

  height: auto;
}

.title-wrapper img {
  width: 50px;
}

.title-wrapper h1 {
  font-size: 24px;
  font-weight: 700;
}

.main-image {
  width: 90%;
  height: auto;
  object-fit: cover;
}

.paragraph {
  font-weight: 400;
  white-space: initial;
  text-align: justify;
}

.contact-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;

  gap: 10px;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

.contact-items img {
  width: 24px;
  height: auto;
}

.revert {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.social-media {
  margin: 0 auto;
}

.map {
  margin: 0 auto;

  width: 100%;
}

.map-iframe {
  width: 100%;
  height: 300px;
  border: none;
}
