body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #212121;
}

a:hover {
  color: #b56969;
  cursor: pointer;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* contact us */
.content-container {
  width: 650px;
  margin: 0 auto;
  padding-top: 60px;
}

@media (max-width: 650px) {
  .content-container iframe {
    width: 95%;
  }
}

@media (max-width: 650px) {
  .content-container {
    width: 95%;
  }
}

.page-header {
  text-align: center;
  padding: 50px 0 10px 0;
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1.3;
}

.page-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 15px;
}
