img.vector {
  position: absolute;
  top: 80%;
  left: 0;
  max-width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1200px) {
  img.vector {
    top: 20%;
  }
}
section.contact-introduction {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.contact-introduction {
    margin: 60px auto;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-introduction {
    width: 60%;
  }
}
@media only screen and (min-width: 1700px) {
  section.contact-introduction {
    width: 50%;
    margin: 100px auto;
  }
}
section.contact-content {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  section.contact-content {
    display: flex;
    padding: 3%;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1700px) {
  section.contact-content {
    padding: 3% 15%;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-map {
    width: 60%;
  }
}
section.contact-content .contact-map iframe {
  width: 90%;
  margin: 20px auto;
  height: 40vh;
  border: 1px solid black;
}
@media only screen and (min-width: 768px) {
  section.contact-content .contact-map iframe {
    height: 35vh;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-map iframe {
    height: 40vh;
  }
}
section.contact-content .contact-info {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 500px) {
  section.contact-content .contact-info {
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-info {
    width: 40%;
    padding: 0;
  }
}
section.contact-content .contact-info .contact-paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
@media only screen and (min-width: 1000px) {
  section.contact-content .contact-info .contact-paragraph {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-info .contact-paragraph {
    justify-content: flex-start;
  }
}
section.contact-content .contact-info .contact-paragraph i {
  font-size: 2.5rem;
}
@media only screen and (min-width: 500px) {
  section.contact-content .contact-info .contact-paragraph i {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  section.contact-content .contact-info .contact-paragraph i {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  section.contact-content .contact-info .contact-paragraph i {
    font-size: 4.4rem;
  }
}
section.contact-content .contact-info .contact-paragraph p {
  text-align: left;
}
section.contact-content .contact-info .contact-paragraph p.time {
  display: none;
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-info .contact-paragraph p.time {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  section.contact-content .contact-info .contact-paragraph.align-top {
    align-items: flex-start;
  }
}
