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

.sl-container {
  display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sl-header {
  font-weight: bold;
  color: #fff;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 40px;
}
.sl-testimonial-wrapper .underline {
  align-self: flex-end;
  transform-origin: right;
  background-color: #dcdcdc;
  height: 4px;
  width: 125%;
  margin-bottom: 31px;
  transform: scaleX(0);
  transition: all 1s ease;
}
.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: 50%;
  height: fit-content;
  border-radius: 20px;
}
.sl-testimonial-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  box-sizing: border-box;
  padding-left: 68px;
}
.sl-slide-container {
  margin-bottom: 60px;
}
.sl-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.sl-content .sl-text {
}
.sl-content .sl-name {
  text-transform: capitalize;
  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: #7f1111;
  border: 3px solid #fff;
  box-sizing: border-box;
  font-size: 32px;
  color: #fff;
  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: #dcdcdc;
  border-color: #dcdcdc;
  color: #7f1111;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sl-wrapper {
    display: none;
  }
}
