﻿@media screen and (max-width: 768px) {
  header {
    padding: 20px 0px 20px 0px;
  }
  header img {
    height: 20px;
    margin-bottom: 20px;
  }
  header h1 {
    font-size: 40px;
  }
  header h2 {
    font-size: 18px;
  }
  .intro-container {
    padding: 20px 0;
    font-size: 16px;
  }
  .sections-wrapper .section-container {
    margin-bottom: 20px;
  }
  .sections-wrapper .section-container:last-of-type {
    margin-bottom: 0;
  }
  .sections-wrapper .section-container .section-header {
    padding: 12px 0;
  }
  .sections-wrapper .section-container .section-header h3 {
    font-size: 20px;
  }
  .sections-wrapper .section-container .section-items {
    row-gap: 40px;
    column-gap: 20px;
  }
  .sections-wrapper .section-container .section-items .section-item {
    flex-basis: 100%;
  }
  .sections-wrapper .section-container .section-items .section-item img {
    width: 100%;
  }
  .sections-wrapper .section-container .section-items .section-item.horizontal-box {
    box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 0px;
  }
  .sections-wrapper .section-container .section-items .section-item.horizontal-box .horizontal-item-wrapper {
    display: block;
  }
  .sections-wrapper .section-container .section-items .section-item .content {
    padding: 16px 16px !important;
  }
  footer {
    padding: 20px 0;
    overflow: hidden;
  }
  footer h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  footer .contact-container {
    display: block;
  }
  footer .contact-container .contact-item {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  footer .contact-container .contact-item .name {
    font-size: 12px;
  }
  footer .contact-container .contact-item .link a {
    font-size: 12px;
  }
  footer .footer-logo img {
    height: 20px;
  }
}
