.steps-block {
  margin: 100px 0 100px 0;
}
.howtogetmobile__row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.howtogetmobile__left {
  padding: 40px;
  background: var(
    --gradients,
    linear-gradient(180deg, #00332a 0%, #001a16 100%)
  );
  border-radius: 15px;
  border: 1px solid #003d33;
  position: relative;
  flex: 1 1 60%;
}

.howtogetmobile__left .heading {
  font-size: 32px;
  margin-bottom: 15px;
}

.steps-block_subtext {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.howtogetmobile__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.howtogetmobile__items-line {
  --wpr-bg-506b7001-fac1-49dc-a672-bc89bdd6c818: url(https://casinowinspirit.com/wp-content/uploads/2024/04/dash.svg);
  position: absolute;
  left: 27px;
  top: 10px;
  width: 2px;
  height: calc(100% - 80px);
  background: center / cover no-repeat
    var(--wpr-bg-506b7001-fac1-49dc-a672-bc89bdd6c818);
}

.howtogetmobile__item {
  display: flex;
  position: relative;
  gap: 16px;
}

.howtogetmobile__item-body .step-title {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: var(--text-default);
  margin-bottom: 10px;
}

.howtogetmobile__item-body .step-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--text-muted);
}

.howtogetmobile__item-image {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(
    --gradients,
    linear-gradient(180deg, #00332a 0%, #001a16 100%)
  );
  border: 1px solid #ffd679;
  border-radius: 15px;
  color: var(--text-default, #dae5e4);
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.howtogetmobile__item-body {
  flex-basis: 628px;
}

.howtogetmobile__right {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howtogetmobile__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.howtogetmobile__image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.howtogetmobile__button-overlay {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .howtogetmobile__row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .howtogetmobile__left,
  .howtogetmobile__right {
    flex: 1 1 100%;
  }
  .howtogetmobile__item-body {
    flex-basis: 100%;
  }
}
