﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.hero-section {
    padding: 30px 0;
    min-height: 100px;
    display: block;
  }
  section.hero-section .hero-content-container h1, section.hero-section .hero-content-container h2 {
    font-size: 36px;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
  }
  section.form-info-section {
    padding: 30px 0;
  }
  section.form-info-section .content-wrapper {
    display: block;
  }
  section.form-info-section .content-wrapper .content-col h3 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
  }
  section.form-info-section .content-wrapper .content-col p, section.form-info-section .content-wrapper .content-col li {
    margin: 20px 0;
    font-size: 16px;
  }
  section.form-info-section .content-wrapper .content-col li {
    margin: 10px 0;
  }
  section.form-info-section .content-wrapper .content-col h4 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  section.form-info-section .content-wrapper .content-col .form-container {
    margin-top: 30px;
  }
}
