.swiper {
      width: 100%;
      padding-bottom: 40px;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
      max-width: 400px;
    }

    .event-image img {
      width: 100%;
      height: 250px;
      display: block;
		 max-width: 100% !important;
    }

    .event-content {
      padding: 20px;
    }

    .event-content h3 {
      font-size: 25px;
      margin-bottom: 10px;
    }

    .event-content p {
      font-size: 14px;
      color: #444;
      margin-bottom: 15px;
    }

    .enquire {
      color: #b59a65;
      font-weight: bold;
      border-bottom: 2px solid #b59a65;
      display: inline-block;
      cursor: pointer;
    }
	 a.event-cta {
    color: #bead91;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    float: right;
}

a.event-cta:after {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    background: #bead91;
    bottom: -7px;
    left: 0;
    right: 0;
}
	 
	 
	 
	 .swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 400px;
}

.event-image img {
  width: 100%;
  height: 250px;
  display: block;
  max-width: 100% !important;
}

.event-content {
  padding: 20px;
}

.event-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.event-content p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

a.event-cta {
  color: #bead91;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  float: right;
}

a.event-cta:after {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  background: #bead91;
  bottom: -7px;
  left: 0;
  right: 0;
} 
span.rightbtn {
    float: right;
    cursor: pointer;
}
button.bookbtn {
    color: #bead91;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    border: 0;
    background: transparent;
    font-family: inherit;
}
button.bookbtn:after {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    background: #bead91;
    bottom: -7px;
    left: 0;
    right: 0;
    float: left;
}
button.book-form {
    color: #bead91;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    background: none;
    border: 0;
    font-family: inherit;
    float: left;
}
button.book-form:after {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    background: #bead91;
    bottom: -7px;
    left: 0;
    right: 0;
   
}
.button-div {
    display: block;
    width: 100%;
    padding-bottom: 1em;
}