.roadx-promo {
  padding-bottom: 16px;
}

.heading-main {
  font-size: 40px;
  font-weight: 700;
}

.heading-sub {
  font-size: 32px;
  font-weight: 700;
}

.hero-section-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.roadx-banner-img {
  height: 300px;
}

.roadx-banner-container {
  display: flex;
  gap: 48px;
  align-items: end;
  margin: 48px 0;
}

.roadx-banner-title {
  font-size: 24px;
  font-weight: 700;
}

.last-promotion-text {
  padding: 0px 24px;
}

.roadx-banner-link {
  color: #000;
  text-decoration: none;
}

.roadx-banner-link:hover {
  color: #000;
  text-decoration: underline;
}

/* max 768 disable image showing */
@media (max-width: 768px) {
  .roadx-banner-img {
    display: none;
  }
  .last-promotion-text {
    padding: 0px;
  }
}
