.trustpilot {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trustpilot .container {
  position: relative;
}
.trustpilot .trustpilot_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trustpilot .trustpilot_title {
  font-weight: 500;
  color: rgba(20, 21, 31, 0.7);
  text-align: center;
}
.trustpilot .trustpilot_title .dark {
  color: #14151F;
}
.trustpilot .trustpilot_info {
  color: #14151F;
  font-weight: 500;
}
.trustpilot .micro_combo {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1261px) {
  .trustpilot {
    padding: 96px 0 152px;
  }
  .trustpilot .trustpilot_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 48px;
  }
  .trustpilot .trustpilot_info {
    font-size: 18px;
    line-height: 20px;
  }
  .trustpilot .trustpilot_container {
    gap: 32px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .trustpilot {
    padding: 96px 0 98px;
  }
  .trustpilot .trustpilot_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 48px;
  }
  .trustpilot .trustpilot_info {
    font-size: 18px;
    line-height: 20px;
  }
  .trustpilot .trustpilot_container {
    gap: 14px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .trustpilot {
    padding: 72px 0;
  }
  .trustpilot .trustpilot_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .trustpilot .trustpilot_info {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .trustpilot .trustpilot_container {
    gap: 10px;
    flex-direction: column;
  }
}
