﻿@font-face {
  font-family: "FujInfReg";
  font-weight: normal;
  src: url("/fonts/FujitsuInfinityPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "FujInfBold";
  font-weight: 500;
  src: url("/fonts/FujitsuInfinityPro-Bold.woff2") format("woff2");
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  header {
    text-align: center;
    padding: 14px 0;
  }
  header img {
    height: 40px;
  }
  .content-section {
    padding: 10px 0;
  }
  .content-section h1 {
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content-section .info-item-wrapper {
    display: block;
    border-bottom: 0;
  }
  .content-section .info-item-wrapper h5 {
    margin-bottom: 20px;
  }
  .content-section .info-item-wrapper .info-item {
    padding-bottom: 0;
  }
  .content-section .info-item-wrapper .info-item.with-top-bottom-border {
    border-bottom-width: 0px;
  }
  .content-section .info-item-wrapper .info-item.with-top-bottom-border:last-of-type {
    border-bottom-width: 1px;
  }
  .content-section .info-item-wrapper .info-item h5 {
    text-align: center;
  }
  .content-section .location-wrapper {
    text-align: center;
  }
  .form-container {
    padding: 10px 10px;
  }
  .form-container .form-button-block {
    text-align: center;
  }
  footer {
    padding: 10px 0;
    font-size: 12px;
  }
  footer p {
    margin: 0 0 6px 0;
    padding: 0;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer .socials-wrapper {
    margin-bottom: 6px;
  }
  footer .socials-wrapper a {
    margin-right: 10px;
  }
  footer .socials-wrapper a:last-of-type {
    margin-right: 0;
  }
  footer .socials-wrapper a img {
    width: 24px;
  }
}
