
.swipe-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.swipe-container img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
.cta-button {
  display: block;
  width: 90%;
  margin: 20px auto;
  padding: 15px;
  background-color: #ff6600;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
}
