.concept {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lounge {
  background-image: url("/assets/Final Images for website/drinks-2578446_1920.jpg");
  background-position: center;
  background-size: cover;
  height: 70vh;
  background-repeat: no-repeat;
}

.lounge-title {
  font-family: "D-din";
  font-size: 150px;
  font-weight: bold;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lounge-title a {
  color: #ffffff;
  text-decoration: none;
}

.lounge-title a:hover {
  text-decoration: none;
}

.lounge-title:hover {
  color: #868383;
  background-color: rgba(255, 255, 255, 0);
}

.sport {
  background-image: url("/assets/Final Images for website/stadium-2753288_1920.jpg");
  background-size: 100%;
  background-position: center;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.sports-title {
  font-family: "D-din";
  font-weight: bold;
  text-decoration: none;
  font-size: 150px;
  width: 100%;
  height: 70vh;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports-title a {
  text-decoration: none;
  color: #ffffff;
}

.sports-title:hover {
  text-decoration: none;
  color: #ffffff;
}

.sports-title:hover {
  color: #868383;
  background-color: rgba(255, 255, 255, 0);
}

@media(max-width:1050px) {
  .concept {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lounge-title {
    font-size: 80px;
  }

  .sports-title {
    font-size: 80px;

  }
}