.sl-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 120px 0;
  height: 725px;
}

.sl-container {
  display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}
.sl-header {
  /* padding: 20px; */
  /* font-weight: bold; */
  color: var(--accent);
  font-weight: 300;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.sl-testimonial-wrapper .underline {
  background-color: var(--highlight);
  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%;
  border-radius: 16px;
  height: fit-content;
}
.sl-testimonial-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  /* height: 100%; */
  box-sizing: border-box;
  padding-left: 60px;
}
.sl-slide-container {
  margin-bottom: 0px;
}
.sl-content {
  display: flex;
  flex-direction: column;
  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; */
  font-size: 18px;
  margin-bottom: 40px;
}
.sl-name {
  /* padding: 0;
  margin: 0; */
  /* text-align: center;
  font-weight: bold; */
  /* color: black; */
  text-transform: uppercase;
  /* font-weight: bold; */
}
.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(--accent);
  box-sizing: border-box;
  font-size: 32px;
  color: var(--accent);
  transition: all 0.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(--primary);
  border-color: var(--primary);
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sl-wrapper {
    display: none;
  }
}
