﻿@media screen and (max-width: 768px) {
  .ajax-container {
    width: 100%;
  }
  .hero-logo-container {
    min-height: 250px;
    margin-top: 30px;
  }
  .hero-logo-container .hero-content-wrapper {
    height: 250px;
  }
  .hero-logo-container .hero-content-wrapper h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .hero-logo-container .hero-content-wrapper h2 {
    font-size: 32px;
  }
  .hero-logo-container .hero-content-wrapper .logo-lockup {
    width: 70%;
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  .hero-logo-container .hero-content-wrapper .logo-lockup img {
    width: 85%;
  }
  .content-section {
    padding: 20px 0;
  }
  .content-section h3 {
    font-size: 32px;
  }
  .content-section p {
    font-size: 16px;
    line-height: 20px;
  }
  .content-section .section-column-first, .content-section .section-column-last {
    padding: 0px;
  }
  .s1-green-item .green-item-padding, .s5-green-item .green-item-padding {
    display: none;
  }
  .section-two-wrapper h3, .section-three-wrapper h3 {
    margin-bottom: 40px;
  }
  .section-two-wrapper .s2-items-wrapper, .section-three-wrapper .s2-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }
  .section-two-wrapper .s2-items-wrapper .s2-item, .section-three-wrapper .s2-items-wrapper .s2-item {
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
  }
  .section-two-wrapper .s2-items-wrapper .s2-item:nth-child(odd), .section-three-wrapper .s2-items-wrapper .s2-item:nth-child(odd) {
    border-right: 2px #A0CE13 solid;
  }
  .section-two-wrapper .s2-items-wrapper .s2-item:last-of-type, .section-three-wrapper .s2-items-wrapper .s2-item:last-of-type {
    border-right: 0;
  }
  .section-two-wrapper .s2-items-wrapper .s2-item img, .section-three-wrapper .s2-items-wrapper .s2-item img {
    margin-bottom: 20px;
  }
  .section-two-wrapper .s2-items-wrapper .s2-item p, .section-three-wrapper .s2-items-wrapper .s2-item p {
    font-size: 16px;
  }
  .section-four-wrapper .s4-items-wrapper {
    display: block;
  }
  .section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item {
    column-gap: 16px;
  }
  .section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item img {
    width: 40px;
    height: 40px;
  }
  .section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item p {
    font-size: 20px;
  }
  .section-four-wrapper .s4-items-wrapper .s4-item:first-of-type {
    padding: 10px 0;
  }
  .section-four-wrapper .s4-items-wrapper .s4-item:last-of-type {
    display: none;
  }
}
