html,
body {
  position: relative;
  /* height: 100%; */
}

body {
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 150px;
}

.swiper-slide {
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner {
  position: relative;
  height: 600px;
}
@media (max-width: 871px) {
  .banner {
    position: relative;
    height: 100%;
  }
}
.Slider_ImgBx {
  width: 400px;
  height: 400px;
}
.Slider_ImgBx img {
  width: auto;
  height: 100%;
}
.slider_textBx {
  width: 600px;
}
@media (max-width: 600px) {
  .slider_textBx {
    width: 100%;
  }
}
.slider_textBx h2 {
  font-size: 50px;
}
.slider_textBx p {
  font-size: 20px;
  margin-bottom: 33px;
}
@media (max-width: 440px) {
  .slider_textBx h2 {
    font-size: 32px;
  }
  .slider_textBx p {
    font-size: 17px;
  }
}
.slider_textBx a {
  font-size: 20px;
  padding: 10px 35px;
  background: linear-gradient(134.17deg, #0f75bc 4.98%, #1786d3 94.88%);
  box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8),
    10px 10px 20px rgba(166, 180, 200, 0.7);
  border-radius: 40px;
  color: #fff;
}
.slider_textBx span {
  font-weight: 700;
  color: #1480cb;
}
.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1480cb;
  clip-path: circle(600px at right 740px);
  z-index: -1;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff !important;
  background: #13a89e;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 871px) {
  .Slider_Content {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .circle {
    clip-path: circle(540px at right -110px);
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    color: #13a89e !important;
    background: none;
    border: none;
  }
}
