.contact-text{
  padding-left: 0.8rem;
}
.contact-text .h3{
  margin-bottom: 3.4rem;
}
.contact-text .h3:last-child{
  margin-bottom: 0;
}
.contact-text p strong{
  color: var(--dark-gold);
}
.contact-text .h3 + p br:nth-child(3){
  display: none;
}
.contact-map{
  margin-top: 0.8rem;
  width: calc(100% - 4.5rem);
  position: relative;
}
.contact-map::after{
  position: absolute;
  content: "";
  top: -1.2rem;
  right: -1.2rem;
  height: calc(100% - 0.7rem);
  width: 100%;
  border: 0.14rem solid var(--gold);
  border-radius: 3.4rem 0 3.4rem 0;
}
.contact-map img{
  width: 100%;
  height: auto;
  border-radius: 3.4rem 0 3.4rem 0;
}
@media(min-width:1200px) and (max-width:1215.98px){
  .contact-text {
    padding-left: 0;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .contact-map {
    width: calc(100% - 2.4rem);
  }
  .contact-text {
    padding-left: 0;
  }
  .contact-text .h3 + p br:nth-child(3) {
    display: block;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .contact-map {
    margin-top: 0;
    width: 100%;
  }
  .contact-text {
    padding-left: 0;
    margin-top: 2.4rem;
  }
}
@media(max-width:767.98px){
  .contact-map {
    --left: calc(((100vw - 510px) / 2));
    margin: 0 calc(var(--left) * -1);
    width: calc(100% + (var(--left) * 2));
  }
  .contact-map::after{
    content: none;
  }
  .contact-text {
    margin-top: 2.4rem;
    padding-left: 0;
  }
  .contact-text .h3 {
    margin-bottom: 2.4rem;
  }
  .contact-text .h3 + p br:nth-child(3){
    display: block;
  }
}
@media(max-width:575.98px){
  .contact-map {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  .contact-text {
    margin-top: 1.6rem;
  }
}