﻿@media screen and (max-width: 768px) {
  header img {
    height: 26px;
  }
  .hero-wrapper {
    background-image: none;
    height: 200px;
  }
  .hero-wrapper h1 {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .hero-wrapper h2 {
    font-size: 14px;
    text-align: center;
  }
  .hero-wrapper .hero-info-item {
    justify-content: center;
  }
  .hero-wrapper .hero-info-item img {
    height: 24px;
    margin-right: 5px;
  }
  .content-section {
    padding: 20px 0;
  }
  .content-section h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding: 0 50px;
  }
  .result-items-container .report-item .info-wrapper .counters-container {
    margin-bottom: 20px;
  }
  .result-items-container .report-item .info-wrapper .counters-container .details-wrapper {
    display: initial;
  }
  .result-items-container .report-item .info-wrapper .counters-container .details-wrapper .period-item {
    display: initial;
  }
  .result-items-container .report-item .info-wrapper .counters-container .details-wrapper .period-item .period-label {
    margin-right: 0;
  }
  .result-items-container .report-item .info-wrapper .counters-container .details-wrapper .graph-bar {
    width: 100%;
  }
}
