.feature-card img {
  width: 42px;
  height: 42px;
}



.spa-image {
  width: 400px;
  height: auto;
  object-fit: contain;
}

/* .feature-card{
    padding: 10px;
} */



 .activity-carousel .owl-nav .owl-prev {
    background: #ffffff50 !important;
    position: absolute;
    top: 45%;
    left: 5%;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
  }

  .activity-carousel .owl-nav .owl-next {
    background: #ffffff50 !important;
    position: absolute;
    top: 45%;
    right: 5%;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
  }

  .activity-carousel .owl-nav .owl-prev span,
  .activity-carousel .owl-nav .owl-next span {
    color: #000000 !important;
    font-size: 30px;
    line-height: 24px;
  }


@media only screen and (max-width: 450px) {
  .spa-image {
    width: 250px;
  }

  .feature-card{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
