.language-content,
.landing-language-content {
  display: contents;
}

.headline {
  text-align: center;
  text-transform: uppercase;
}

.timeline-item {
  width: 217.3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.timeline-item img {
  height: 64px;
}

.timeline-item p,
.timeline-item span {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.timeline-text {
  font-size: 24px;
}

.container-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rules {
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffff;
  font-size: 18px;
  letter-spacing: 0em;
}

.timeline-item__inner strong {
  color: #e01d1c;
}

.offer-mobile,
.offer-tablet {
  display: none;
  max-width: 100%;
}

.offer-desktop {
  max-width: 750px;
}