.offers-section .offer-card a.offer-cta {
  text-decoration: none;
}

.info-block:nth-of-type(odd) {
  position: relative;
}

.info-block:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 8%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(56,189,248,0.4);
  border-radius: 50%;
  pointer-events: none;
}
