.sl-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: white;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  display: flex;
  justify-content: center;
  padding: 75px 0;
}

.sl-container {
  display: flex;
  width: 960px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sl-header {
  /* padding: 20px; */
  font-weight: bold;
  /* color: black; */
}
.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-testimonial-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.sl-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  align-items: center;
  /* font-size:  22px; */
  box-sizing: border-box;
  overflow: hidden;
}
/* @media (min-width: 0px) and (max-width: 800px) {
  .sl-content {
    width: 300px;
  }
} */
.sl-content .sl-text {
  /* padding: 10px; */
  text-align: center;
  /* font-style: italic; */
  /* line-height: 25px; */
  /* color: black; */
}
.sl-content .sl-name {
  /* padding: 0;
  margin: 0; */
  text-align: center;
  font-weight: bold;
  /* color: black; */
}
.sl-side {
  height: 100%;
  display: flex;
  align-items: center;
}
.sl-body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}
