#advantages-image {
  width: 100%;
}

#field-qr-code {
  width: 180px;
}

.roadmap-list .row {
  align-items: center;
}
.roadmap-list .date {
  color: rgb(161, 161, 161);
}

.download-in-rustore-block {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .download-in-rustore-block {
    flex-direction: column-reverse;
    font-size: 16px;
    gap: 10px;
  }
}

.download-from-site-block {
  padding: 20px 0;
}

/*# sourceMappingURL=style.css.map */
