.contact-view {
  width: 100%;
  display: flex;
}
.contact-view .image {
  flex-basis: 25%;
  padding: 0 25px 0 0;
}
@media (max-width: 767px) {
  .contact-view .image {
    display: none;
  }
}
.contact-view img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.contact-view .details {
  min-height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-view .details {
    display: flex;
  }
}
.contact-view .details > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-view .details img {
  display: none;
  float: left;
  max-width: 150px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-view .details img {
    display: block;
  }
}
.contact-view .copy {
  flex-basis: 75%;
  padding: 0 0 0 25px;
}
@media (max-width: 767px) {
  .contact-view .copy {
    flex-basis: 100%;
    padding: 0;
  }
}
.contact-view .copy h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0px;
  color: #1A1919;
  font-family: "Newsreader", serif;
}
@media (max-width: 767px) {
  .contact-view .copy h3 {
    font-size: 28px;
    line-height: 120%;
    margin-top: 0;
    padding-top: 0;
  }
}
.contact-view .copy h4 {
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #9D9D9D;
  color: #1A1919;
}
@media (max-width: 767px) {
  .contact-view .copy h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0;
    padding: 0;
    border-bottom: 0;
  }
}
.contact-view .copy p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}/*# sourceMappingURL=styles.css.map */