#summary {
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1000px) {
  #summary {
    margin: 0 0 15% 0;
  }
}
#summary .button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  margin: 7% 0 2% 0;
}
@media screen and (max-width: 1000px) {
  #summary .button {
    display: block;
    width: 200px;
    margin: 7% auto 2% auto;
  }
}
#summary .button div {
  transition: 0.3s;
}
#summary .button div:hover {
  opacity: 0.5;
}
#summary #privacypolicy {
  font-family: "Inter", sans-serif;
  font-size: 120%;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #summary #privacypolicy {
    font-size: 100%;
    text-align: center;
  }
}
#summary #privacypolicy a {
  color: #000;
}

#place {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12%;
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1000px) {
  #place {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 15% 0;
  }
}
@media screen and (max-width: 1000px) {
  #place #info {
    margin: 0 0 10% 0;
  }
}
#place #info h3 {
  width: 45%;
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1000px) {
  #place #info h3 {
    width: 100px;
    margin: 0 0 8% 0;
  }
}
#place #info address {
  font-size: 120%;
  font-style: normal;
  margin: 0 0 10% 0;
}
@media screen and (max-width: 1000px) {
  #place #info address {
    margin: 0 0 7% 0;
  }
}
#place #info address span {
  font-family: "Inter", sans-serif;
}
#place #info #contact {
  font-family: "Inter", sans-serif;
  font-size: 120%;
}
#place #info #contact dl {
  display: flex;
  margin: 0 0 4% 0;
  line-height: 1;
}
#place #info #contact dl dt {
  width: 4em;
  font-weight: 500;
  text-transform: uppercase;
}
#place #info #contact dl dd {
  font-weight: 400;
}
#place #info #contact dl dd a {
  color: #000;
}
#place #info .button {
  padding: 20% 0 0 0;
}
@media screen and (max-width: 1000px) {
  #place #info .button {
    width: 200px;
    padding: 5% 0 0 0;
    margin: auto;
  }
}
#place #info .button div {
  transition: 0.3s;
}
#place #info .button div:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  #place #location {
    width: 100%;
  }
}
#place #location #map div {
  margin: 0 0 10px 0;
  transition: 0.3s;
}
#place #location #map div:hover {
  opacity: 0.5;
}

#recruit #terms {
  margin: 6% 0;
  display: grid;
  gap: 10px;
}
#recruit #terms dl {
  display: flex;
  line-height: 1.8;
}
#recruit #terms dl dt {
  width: 10%;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #recruit #terms dl dt {
    width: 20%;
  }
}
#recruit #terms dl dd {
  width: 90%;
}
@media screen and (max-width: 1000px) {
  #recruit #terms dl dd {
    width: 80%;
  }
}
#recruit .button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
}
@media screen and (max-width: 1000px) {
  #recruit .button {
    display: block;
    width: 200px;
    margin: 7% auto 2% auto;
  }
}
#recruit .button div {
  transition: 0.3s;
}
#recruit .button div:hover {
  opacity: 0.5;
}/*# sourceMappingURL=contact.css.map */