trustpilot {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow-x: hidden; /* Hide horizontal scrollbar */
  max-width: 100%;
}

.heading {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.heading .title {
  color: #550091;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin: 0;
  flex: 1;
  width: 60%;
}
.heading .trustpilot-general-review {
  color: #1E0A46;
  display: flex;
  flex: 1;
  align-items: flex-end;
  flex-direction: row;
  margin-left: 5rem;
}
.heading .trustpilot-general-review img {
  width: 100%;
  height: auto;
}
.heading .trustpilot-general-review .trustpilot__logo {
  height: 2.5rem;
  box-sizing: inherit;
}
.heading .trustpilot-general-review .trustpilot__logo svg #Trustpilot {
  fill: #111111;
}
.heading .trustpilot-general-review .trustpilot__details {
  font-size: 1rem;
  line-height: 1.618rem;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.heading .trustpilot-general-review .trustpilot__details .trustpilot__middle-dot {
  font-size: 1.5rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-weight: bold;
}
.heading .trustpilot-general-review .trustpilot-stars {
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.slider {
  position: relative;
}
.slider .swiper-container200 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.slider .swiper-container200 .swiper-wrapper {
  margin-left: -1rem;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.slider .swiper-slide {
 margin: 0 0.15rem;
 outline:none;
 width:auto;
 height:auto;
 flex-shrink:0;
 position:relative;
 transition-property:transform;
}
.slider .swiper-slide a {
  font-size: 1.25rem;
  line-height: 2.0225rem;
  color: var( --e-global-color-text);
  width:70vw;
  height:calc(70vw * .9);
  padding: 2rem;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1rem; 
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .slider .swiper-slide a {
    width: 34vw;
    height: calc(34vw * 1);
  }
}
@media only screen and (min-width: 1024px) {
  .slider .swiper-slide a {
    width: 25vw;
    height: calc(25vw * 1);
  }
}
@media only screen and (min-width: 1366px) {
  .slider .swiper-slide a {
    width: 390.5px;
    height: calc(300.5px * 1);
  }
}
.slider .swiper-slide .stars {
  display: flex;
  flex-direction: row;
}
.slider .swiper-slide .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 1.5rem 0;
  color: var( --e-global-color-text);
}
.slider .swiper-slide .text {
  font-size: 1.15rem;
  line-height: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var( --e-global-color-text);
  flex: 1;
}
.slider .swiper-slide .author {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  box-sizing: inherit;
}
.slider .swiper-slide .author span {
  color: var( --e-global-color-text);
  font-weight: bold;
}
.slider .swiper-pagination {
  margin-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: bold;
  width: auto;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slider .slide-bottom {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: inherit;
}
.slider .slide-bottom .read-all {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var( --e-global-color-text);
  border: 2px solid #75A7FD;
  background: transparent;
  font-size: 1.125rem;
  height: 3.25rem;
  border-radius: 3.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  box-sizing: content-box;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.slider .slide-controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  box-sizing: inherit;
}
.slider .slide-controls .swiper-arrow-next {
  margin-left: 1rem;
}
.slider .slide-controls .swiper-arrow-prev, .slider .slide-controls .swiper-arrow-next {
  width: 3.5rem;
  height: 3.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  outline: none;
  color: var( --e-global-color-text);
  border: 2px solid #75A7FD;
  background: transparent;
}

.slider .slide-controls .swiper-arrow-prev:hover, .slider .slide-controls .swiper-arrow-next:hover {
  border-color: var( --e-global-color-text);
}