.swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* background-color: #0171c7; */
    background-image: linear-gradient(#4f9cd7, #2569ac);;
    min-height: 500px;
    max-height: 500px;
    text-align: center;
  }

  .swiper-slide {
    position: relative; 
   
  }

  .swiper-slide .swiper-slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 100%; 
   height: 100%;  */
    z-index: 0; 
    background-size: cover;
  }

  .swiper-slide .swiper-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    padding: 25px;
  }


   .swiper-slide img {
   height: 400px;
  }

  .free-btn{
    background-color: #ff7f11;
    border: solid 3px white;
    border-radius: 5px;
    width: 150px;
    height: 48px;
    font-size: 30px;
    font-weight: 800;
  }
