.top-arcade__badge-wrapper {
  position: absolute;
  right: 40px;
  top: 40px;
}

.try-to-beat__badge-wrapper {
  height: 120px;
  left: 123px;
  position: relative;
  text-align: center;
  top: -60px;
}

@media screen and (max-width: 1024px) {
  .top-arcade__badge-wrapper img {
    height: 80px;
    width: 90px;
  }

  .try-to-beat__badge-wrapper {
    height: 80px;
    left: 101px;
    top: -40px;
  }

  .try-to-beat__badge-wrapper img {
    height: 150px;
    width: 313px;
  }
}

@media screen and (max-width: 768px) {
  .try-to-beat__badge-wrapper {
    height: 120px;
    left: 0;
    top: 0;
  }

  .try-to-beat__badge-wrapper img {
    height: 150px;
    width: 313px;
  }
}

@media screen and (max-width: 480px) {
  .top-arcade__badge-wrapper {
    right: 20px;
    top: 20px;
  }

  .try-to-beat__badge-wrapper {
    height: 90px;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
  }

  .try-to-beat__badge-wrapper img {
    height: 110px;
    width: 230px;
  }
}

.about__text {
  max-height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show_more_btn {
  background-color: transparent;
  border-width: 1px;
  display: block;
  margin: 20px auto 35px;
  position: relative;
}

body .tb-cards__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body a.tb-cards__unit {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin: 7px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 10px;
}

body a.tb-cards__unit,
body a.tb-cards__unit * {
  cursor: pointer;
  text-decoration: none;
}

body .team-building .tb-cards__unit p {
  text-align: center;
}

body .team-building .section-title {
  color: #fff;
  font-size: 18px;
}

body .tb-cards__unit .people,
body .tb-cards__unit .price {
  font-size: 20px;
}