.in-index .banners-content.body-banners > div {
  width: 100% !important;
}
.top-banner {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1720 / 587;
  background-image: url("https://www.eroute.cz/user/documents/upload/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-banner__top {
  padding-bottom: 30px;
}

.top-banner__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 121%;
  letter-spacing: -2.1px;
}

.top-banner__title span {
  color: #f8c844;
}

.top-banner__description {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 121%;
  letter-spacing: -1.2px;
}

.top-banner__link {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 41.5px;
  background: #239d38;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 112.71%;
  text-decoration: none !important;
}

.top-banner__link::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url("https://www.eroute.cz/user/documents/upload/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .top-banner {
    aspect-ratio: 1720 / 650;
  }

  .top-banner__top {
    padding-bottom: 20px;
  }

  .top-banner__title {
    font-size: 32px;
  }

  .top-banner__description {
    font-size: 20px;
  }

  .top-banner__link {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .top-banner {
    margin-bottom: 50px;
    aspect-ratio: 1720 / 700;
  }
  .top-banner__title {
    font-size: 28px;
  }

  .top-banner__description {
    font-size: 18px;
  }

  .top-banner__link {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .top-banner {
    aspect-ratio: 1/0.8;
  }
  .top-banner__title {
    font-size: 28px;
  }

  .top-banner__description {
    font-size: 18px;
  }

  .top-banner__link {
    font-size: 16px;
  }
}
