html {
  font-size: 11px;
}

.business_button {
  width: 200px;
  height: 56px;
}

.app-info_position {
  top: 20%;
  left: 10%;
}

.app-info_bg {
  background: linear-gradient(to bottom, #ecf1fd 30%, #ffffff 30% 100%);
}

.trust_body {
  padding: 80px 0;
  box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  border-radius: 16px;
  margin: 0px -4rem;
}

.trust_title {
  width: 60%;
  margin-left: 20%;
  padding-bottom: 80px;
}

.trust_bg {
  background: linear-gradient(to bottom, #ecf1fd 25%, #ffffff 25% 98%, #182f8f 98% 100%);
}

.trust_collab {
  position: relative;
  top: -1.9rem;
  background-image: url('/images/homepage/vector2.svg');
  background-repeat: no-repeat;
  background-position: right;
}

.trust_button {
  width: 200px;
  height: 56px;
}

.testimonials_container {
  display: flex;
  overflow: hidden;
}

.testimonials_testimonial {
  transition: transform;
  transition-duration: 1s;
}

.testimonials_left_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.testimonials_left_arrow > img {
  transform: rotate(180deg);
}

.testimonials_right_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.testimonials_quote {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonials_purple_dot,
.testimonials_blue_dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.testimonials_green_dot,
.testimonials_red_dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.testimonials_purple_dot {
  background-color: #937dec;
  bottom: 25%;
  left: 15%;
}

.testimonials_blue_dot {
  background-color: #2ea5ff;
  bottom: 45%;
  right: 10%;
}

.testimonials_green_dot {
  background-color: #28c269;
  bottom: 20%;
  left: 16%;
}

.testimonials_red_dot {
  background-color: #fe4141;
  top: 10%;
  right: 25%;
}
