.sl-wrapper {
  /* height: 500px; */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: transparent;
  /* border-top: 4px solid black;
  border-bottom: 4px solid black; */
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 800px) {
  .sl-wrapper {
    height: auto;
  }
}
.sl-container {
  display: flex;
  width: 900px;
  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: 700px;
  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 {
  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;
}
