@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
}
.section-header h3 {
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2.7rem;
  text-transform: uppercase;
}

.contact-line {
  display: flex;
  align-items: center;
}
.contact-line img {
  width: 25px;
  padding-top: 2px;
  margin-right: 5px;
}

#main-category {
  margin-top: 0;
}

@media (max-width: 782px) {
  .contact-line {
    justify-content: center;
    width: 100%;
  }
}/*# sourceMappingURL=fix.css.map */