.slider_title {
  text-align: center;
}  
.slider_title h2 {
  font-family: 'Helvetica35Thin', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
}
/*Slider*/
.splide {
  padding: 20px 0 0;
  margin-left: -20px;
  margin-right: -20px;  
}
.slide_wrap {
    position: relative;
    padding: 0.5rem;
    overflow: hidden;
    width: 100%;
    height: 360px;
}
.splide__slide img {
  display: block;
  width: 100%;
  padding: 2rem 0;
  border: 4px solid #c3b3b7;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.splide__slide .slider_text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    background: rgba(255,255,255,0.5);
    text-align: center;
    margin: 0 0.7rem;
    padding: 20px;
}
.splide__slide .slider_text h3 {
   color: #21649e;
   font-family: 'Didot Regular', sans-serif;
   font-size: 2.6rem;
   font-weight: 400;
   text-decoration: underline;
   margin: 0;
}
/* Arrow Tweaks for Accessibility */
.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 30px;
  opacity: 1;
}
.splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide .splide__arrow svg {
    width: 24px;
    height: 24px;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  background: #fff;
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: #fff;
}

@media only screen and (min-width: 1920px) {
.slide_wrap {
    height: 430px;
}}

@media only screen and (min-width: 2560px) {
.slide_wrap {
    height: 700px;
}}

@media only screen and (max-width: 1080px) {
.slide_wrap {
    height: 340px;
}}

@media only screen and (max-width: 1023px) {
.slider_title h2 {
  font-size: 2.8rem;
}}

@media only screen and (max-width: 991px) {
.slide_wrap {
    height: 310px;
}}

@media only screen and (max-width: 900px) {
.slide_wrap {
    height: 270px;
}}

@media only screen and (max-width: 839px) {
.slide_wrap {
    height: 380px;
}}

@media only screen and (max-width: 768px) {
.slide_wrap {
    height: 340px;
}}

@media only screen and (max-width: 636px) {
.slide_wrap {
    height: 280px;
}
.splide__slide .slider_text h3 {
    font-size: 2rem;
}}

@media only screen and (max-width: 600px) {
.slide_wrap {
    height: 550px;
}
.slider_title h2 {
  font-size: 2.2rem;
}}

@media only screen and (max-width: 540px) {
.slide_wrap {
    height: 480px;
}}

@media only screen and (max-width: 481px) {
.slide_wrap {
    height: 410px;
}}

@media only screen and (max-width: 415px) {
.slide_wrap {
    height: 360px;
}}

@media only screen and (max-width: 376px) {
.slide_wrap {
    height: 330px;
}}

@media only screen and (max-width: 321px) {
.slide_wrap {
    height: 270px;
}}