﻿@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 {
    min-height: 420px;
    background: #000;
    display: block;
    box-sizing: border-box;
    padding: 30px 0;
  }
  section.hero-section .hero-content-container {
    text-align: center;
  }
  section.hero-section .hero-content-container h1, section.hero-section .hero-content-container h2 {
    text-align: center;
    font-size: 38px;
  }
  section.hero-section .hero-content-container p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
  }
  section.hero-section .hero-content-container h2 {
    margin-bottom: 20px;
  }
  section.section-one {
    padding: 30px 0 40px 0;
    text-align: center;
  }
  section.section-one p.mob-left {
    text-align: left;
  }
  section.section-one .title-wrapper h3, section.section-one .title-wrapper h4 {
    font-size: 38px;
    text-align: center;
  }
  section.section-one p br {
    display: none;
  }
  section.section-one .info-boxes-wrapper {
    margin: 0px 0px 40px 0px;
    gap: 10px 10px;
    justify-content: center;
  }
  section.section-one .info-boxes-wrapper .info-box-item {
    flex: 0 0 47%;
    padding: 10px 10px 10px 10px;
  }
  section.section-one .info-boxes-wrapper .info-box-item .info-box-icon {
    text-align: center;
  }
  section.section-one .info-boxes-wrapper .info-box-item .info-box-content p {
    text-align: center;
  }
  section.section-one a {
    margin-top: 80px !important;
  }
  section.section-two {
    padding: 30px 0;
  }
  section.section-two .title-wrapper h3, section.section-two .title-wrapper h4 {
    font-size: 38px;
  }
  section.section-two .questions-wrapper {
    margin-top: 20px;
  }
  section.section-two .questions-wrapper .assessment-question-item {
    display: block;
  }
  section.section-three {
    padding: 30px 0;
  }
  section.section-three .section-container {
    display: block;
  }
  section.section-three .section-container .section-item h2, section.section-three .section-container .section-item h3 {
    font-size: 38px;
  }
  section.section-three .section-container .section-item .section-content {
    text-align: center;
    margin-bottom: 20px;
  }
  section.section-three .section-container .section-item .section-content p {
    margin-top: 20px;
    text-align: left;
  }
  section.section-three .section-container .section-item .section-content p.bottom-content {
    margin-top: 10px;
  }
  section.section-three .section-container .section-item .section-content h4 {
    margin-top: 20px;
  }
  section.section-four {
    padding: 30px 0;
  }
  section.section-four h2 {
    font-size: 38px;
    text-align: center;
  }
  section.section-four .resources-wrapper {
    display: block;
  }
  section.section-four .resources-wrapper .resource-item {
    margin-bottom: 20px;
  }
  section.section-four .resources-wrapper .resource-item .icon .content {
    text-align: center;
  }
  section.section-four .resources-wrapper .resource-item .icon .content img {
    width: 80%;
  }
}
