.single-swiper-slider-main-content {
  background-position: center;
  background-size: contain !important;
  background: no-repeat 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.single-swiper-slider-main-content .slider-content {
  padding: 180px 0;
  position: relative;
}
.single-swiper-slider-main-content .slider-content.enable-opacity {
  opacity: 0;
}
.single-swiper-slider-main-content .slider-content img {
  max-width: 50px;
  border-radius: 10px;
  position: absolute;
  top: 15%;
  left: 2%;
}

.single-swiper-slider-main-content .slider-content h2 {
  color: #fff;
  font-weight: 700;
}
.single-swiper-slider-main-content .slider-content p {
  color: #fff;
  margin: 15px 0;
}

.single-swiper-slider-main-content .slider-content .slider-btn {
  background-color: #009fdb;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;
}

/* Responsive css */

/* --- XXL Wide (1600px to 1800px) --- */
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .your-element {
    opacity: 0.9;
  }
}

/* --- XXL (1400px to 1599px) --- */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .your-element {
    opacity: 0.8;
  }
}

/* --- XL (1200px to 1399px) --- */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .your-element {
    opacity: 0.7;
  }
}

/* --- LG (992px to 1199px) --- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-element {
    opacity: 0.6;
  }
}

/* --- MD (768px to 991px) --- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-swiper-slider-main-content {
    background-size: cover !important;
  }
  .single-swiper-slider-main-content .slider-content img {
    top: 2%;
  }
}

/* --- SM (576px to 767px) --- */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-swiper-slider-main-content {
    background-size: cover !important;
  }
  .single-swiper-slider-main-content .slider-content img {
    top: 2%;
  }
}

/* --- XXS (Mobile Only: 0 to 575px) --- */
@media only screen and (max-width: 575px) {
  .single-swiper-slider-main-content {
    background-size: cover !important;
  }
  .single-swiper-slider-main-content .slider-content img {
    top: 2%;
  }
}
