@charset "utf-8";
.page-title {
  background-repeat: no-repeat;
  background-image: url(../img/contact-pgt.jpg);
  background-position: center top;
  background-size: 120% auto;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact-intro {
  width: 100%;
  display: flex;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  justify-content: center;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  text-align: left;
  color: black;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .works-intro {
    width: 90%;
  }
  .works-categories {
    width: 90%;
    flex-wrap: nowrap;
  }
  .works-categories-items {
    width: 23%;
  }
  .works-categories-items img {
    height: 150px;
    margin-bottom: 1em;
  }
  .works-categories h2 {
    font-size: 1.1em;
    padding-bottom: 0.5em;
  }
  .contact-iframe {
    width: 75%;
  }
  .contact-iframe iframe {
    height: 1200px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .contact-intro {
    width: 80%;
    display: flex;
    margin-top: 2.5em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    justify-content: center;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 400;
    text-align: left;
    color: black;
    letter-spacing: 0.1em;
  }
  .contact-intro a {
    color: black;
    text-decoration: none;
    display: inline;
    width: auto;
  }
  .contact-iframe iframe {
    height: 1200px;
  }
}