.guides {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guides > a {
  min-width: 0;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.guides > a:first-child {
  grid-column: auto;
}

.guides > a:hover {
  border-color: #c8d5e7;
  box-shadow: 0 22px 50px #152d5016;
  transform: translateY(-4px);
}

.visual.buy-uah {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, #329cff 0, transparent 30%),
    linear-gradient(145deg, #0a1c35, #123d78);
  color: #fff;
}

.visual.buy-uah::before,
.visual.buy-uah::after {
  content: "";
  position: absolute;
  border: 1px solid #7db8ff42;
  border-radius: 50%;
}

.visual.buy-uah::before {
  width: 180px;
  height: 180px;
  left: -72px;
  bottom: -105px;
}

.visual.buy-uah::after {
  width: 240px;
  height: 240px;
  right: -120px;
  top: -152px;
}

.visual.buy-uah span,
.visual.buy-uah b {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid #a9cdff60;
  border-radius: 50%;
  background: #ffffff12;
  box-shadow: 0 18px 35px #0003;
  font-size: 31px;
  font-weight: 750;
  position: relative;
  z-index: 1;
}

.visual.buy-uah i {
  color: #89c0ff;
  font-size: 24px;
  font-style: normal;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .guides {
    grid-template-columns: 1fr;
  }

}
