.center-div {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .center-div {
    max-width: 95%;
  }
}

section.custom_landing_slider {
    width: 100%;
    padding: 50px 0;
    display: block;
    position: relative;
  }
  section.custom_landing_slider .content-wrapper {
    width: 100%;
    display: flex;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
  }
  @media screen and (max-width: 500px) {
    section.custom_landing_slider .content-wrapper {
      padding: 0 20px;
    }
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper {
    width: 100%;
    overflow-x: hidden;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-wrapper{
     box-sizing: border-box; 
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-slide {
    box-sizing: border-box;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 15px;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper .image-wrapper {
    width: 100%;
    display: flex;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper .image-wrapper img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper h2 {
    font-family: "Cinzel", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2.8px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-align: center;
    padding: 0 10px;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  @media screen and (max-width: 500px) {
    section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper h2 {
      font-size: 20px;
    }
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper ul li {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  @media screen and (max-width: 500px) {
    section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper ul li {
      font-size: 14px;
    }
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .slide_wrapper ul li::before {
    margin-top: 5px;
    color: black;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    background-color: #A87D1A;
    font-weight: 900;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-button-prev:after {
    color: black;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    background-color: #A87D1A;
    font-weight: 900;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-button-next:after {
    color: black;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    background-color: #A87D1A;
    font-weight: 900;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-button-next {
    right: -10px;
    background: transparent;
  }
  section.custom_landing_slider .content-wrapper .custom_landing_slider_swiper .swiper-button-prev {
    left: -10px;
    background: transparent;
  }
  
  @media screen and (max-width: 500px) {
    section.custom_landing_slider.testing .center-div {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 500px) {
    section.custom_landing_slider.testing .content-wrapper {
      padding: 0;
    }
  }
  section.custom_landing_slider.testing .content-wrapper .custom_landing_slider_swiper .slide_wrapper {
    padding: 20px;
    border-radius: 25px;
    background-color: #111111;
    border: 1.5px solid #A87D1A;
  }
  @media screen and (max-width: 500px) {
    section.custom_landing_slider.testing .content-wrapper .custom_landing_slider_swiper .swiper-button-prev, section.custom_landing_slider.testing .content-wrapper .custom_landing_slider_swiper .swiper-button-next {
      display: none;
    }
  }