.concerts {
  border-radius: 0;
  border-bottom: 3px solid white;
  cursor: default;
}

#con-title {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 11%;
  font-size: 2rem;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: 'adam.cg pro';
}

.con-text {
  position: absolute;
  top: 60%;
  left: 50%;
  line-height: 2.5;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.con-text ul {
  display: inline-block;
  border: 1px solid white;
  border-radius: 10px;
  margin: 0 7.5vh;
  vertical-align: top;
  padding: 20px;
  list-style: none;
  font-size: 1.2rem;
}

.countries {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.hungary-wrapper {
  display: flex;
  flex-direction: row;
}

.hungary {
  flex-basis: 50%;
  margin: 0 20px;
}

@media only screen and (max-width: 700px) {
  body {
    overflow-y: scroll;
  }

  #con-title {
    display: none;
  }

  .con-text {
    position: relative;
    margin: 100px 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
  }

  .con-text ul {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.1rem;
  }

  .concerts {
    border-bottom: 2px solid #202020;
  }

  .con-text ul {
    font-size: 1rem;
  }

  .countries {
    font-size: 1.5rem;
  }
}
