@media (max-width: 500px) {
  .hero h1 {
    font-size: 2em !important;
    padding-top: 13.5vh;
  }
  .hero h3 {
    font-size: 1em !important;
    width: 100% !important;
  }
  .section2 .inner .titles .block {
    margin: 60px 0;
  }
  .section2 .inner .titles {
    font-size: 1.2em;
  }
  .cookies {
    width: 100% !important;
    bottom: 0;
    right: 0;
    padding: 10px 5%;
    text-align: justify;
    font-size: smaller;
  }
  .subdescription {
    position: absolute;
    bottom: 80px;
    max-width: 90% !important;
    margin-bottom: 0 !important;
  }
  .subdescription span {
    font-size: 110% !important;
  }
  .subdescription br {
    display: none;
  }
  .subdescription a {
    display: block;
  }
  .subdescription button {
    font-size: 1.3em;
    padding: 6px 8px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .section2 .inner > h1 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .section2 .advantages .block {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  .erps {
    columns: 2;
  }
  .erps img {
    width: 60%;
    margin: 40px 0;
  }
  .titles {
    margin-top: 0 !important;
  }
  .section2 .inner .titles .block.center p {
    width: 100%;
    text-align: center;
  }
  .section3 {
    font-size: 1.2em;
  }
  .section3 .block {
    margin: 60px 0;
  }
  .section3 .block.center p {
    width: 100%;
    text-align: center;
  }
  .section4 .inner > h1 {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 60px;
  }
}