.sl-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: var(--accent);
    background-image: url(/wp-content/uploads/2023/09/Home-PlanYourVisit-Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  display: flex;
  justify-content: center;
  padding: 162px 0;
}

.sl-container {
  display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.sl-header {
  /* padding: 20px; */
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
  /* text-transform: uppercase; */
}
.sl-testimonial-wrapper .underline {
  background-color: white;
  align-self: flex-end;
  transform-origin: right;
}
.sl-arrow-container {
  max-height: 60px;
  max-width: 60px;
}
.sl-arrow-container:hover {
  cursor: pointer;
}
.sl-center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sl-container > img {
  width: 45%;
}
.sl-testimonial-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 55%;
  /* height: 100%; */
  box-sizing: border-box;
  padding-left: 68px;
}
.sl-slide-container {
  margin-bottom: 127px;
}
.sl-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /* padding: 10px; */
  /* align-items: center; */
  /* font-size:  22px; */
  overflow: hidden;
}
/* @media (min-width: 0px) and (max-width: 800px) {
  .sl-content {
    width: 300px;
  }
} */
.sl-content .sl-text {
  /* text-transform: uppercase; */
  color: white;

}
.sl-content .sl-name {
  /* padding: 0;
  margin: 0; */
  /* text-align: center;
  font-weight: bold; */
  /* color: black; */
  text-transform: uppercase;
  color: white;
}
.sl-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-end;
}
.sl-side {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: white;
  border: 3px solid var(--primary);
  box-sizing: border-box;
  font-size: 32px;
  color: var(--primary);
  transition: all .6s ease;
}
.sl-btns > .sl-side:first-of-type {
  margin-right: 27px;
}
.sl-btns > .sl-side:last-of-type {
  margin-left: 27px;
}
.sl-side:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sl-container {
    flex-direction: column;
  }
  .sl-container > img {
    width: 100%;
    margin-bottom: 40px;
  }
  .sl-testimonial-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
