section.photo-carousel .pc-container {
  display: flex;
}
section.photo-carousel .pc-container .splide {
  width: 70%;
}
section.photo-carousel .pc-container .splide img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}
section.photo-carousel .pc-container .pc-text {
  width: 30%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.photo-carousel .pc-container .pc-text hr {
  width: 100%;
  margin: 30px 0;
}
section.photo-carousel button.splide__arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  opacity: 1;
  top: auto;
  bottom: 2%;
  padding: 2%;
}
section.photo-carousel button.splide__arrow svg {
  display: none !important;
}
section.photo-carousel button.splide__arrow--prev {
  left: 2em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.98" height="25.862" viewBox="0 0 33.98 25.862"><g transform="translate(-17.421 -3750.652)"><path d="M-390.143,3871.6s-7.309,6.518-10.53,10.625,10.888,9.132,13.065,11" transform="translate(420.09 -118.827)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/><path d="M-1455.663,3725.583c-10.439.949-22.582-1.26-28.4,0" transform="translate(1505.434 39)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></g></svg>');
}
section.photo-carousel button.splide__arrow--next {
  right: 2em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.979" height="25.861" viewBox="0 0 33.979 25.861"><g transform="translate(-970.311 -3750.651)"><g><path d="M-398.615,3871.6s7.309,6.518,10.53,10.625-10.888,9.131-13.065,11" transform="translate(1390.379 -118.827)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/><path d="M-1484.06,3725.583c10.439.949,22.581-1.26,28.4,0" transform="translate(2456 39)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></g></g></svg>');
}
section.photo-carousel button.splide__arrow--prev:not([disabled]):hover,
section.photo-carousel button.splide__arrow--prev:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.98" height="25.862" viewBox="0 0 33.98 25.862"><g transform="translate(-17.421 -3750.652)"><path d="M-390.143,3871.6s-7.309,6.518-10.53,10.625,10.888,9.132,13.065,11" transform="translate(420.09 -118.827)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/><path d="M-1455.663,3725.583c-10.439.949-22.582-1.26-28.4,0" transform="translate(1505.434 39)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/></g></svg>');
}
section.photo-carousel button.splide__arrow--next:not([disabled]):hover,
section.photo-carousel button.splide__arrow--next:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33.979" height="25.861" viewBox="0 0 33.979 25.861"><g transform="translate(-970.311 -3750.651)"><g><path d="M-398.615,3871.6s7.309,6.518,10.53,10.625-10.888,9.131-13.065,11" transform="translate(1390.379 -118.827)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/><path d="M-1484.06,3725.583c10.439.949,22.581-1.26,28.4,0" transform="translate(2456 39)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/></g></g></svg>');
}
@media (max-width: 1023px) {
  section.photo-carousel .pc-container {
    display: flex;
    align-items: center;
    justify-items: center;
  }
  section.photo-carousel .pc-container .splide {
    width: 50%;
  }
  section.photo-carousel .pc-container .splide img {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  section.photo-carousel .pc-container .pc-text {
    width: 50%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  section.photo-carousel .pc-container {
    flex-direction: column;
  }
  section.photo-carousel .pc-container .splide {
    width: 100%;
  }
  section.photo-carousel button.splide__arrow {
    display: none;
  }
  section.photo-carousel button.splide__arrow--prev {
    left: 1em;
  }
  section.photo-carousel button.splide__arrow--next {
    right: 1em;
  }
  section.photo-carousel .pc-container .pc-text {
    width: 100%;
    padding: 30px;
  }
}