.wrapper_map {
    display: none;
  }
  .wrapper_map.active {
    display: flex;
  }
  .services_list {
    flex-direction: column;
  }
  .page-header {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    color: #1B1C20;
    font-size: 48px;
    font-weight: 400;
  }

  @media screen and (max-width: 480px) {
    .page-header {
        font-size: 26px;
      }
  }