.trustpilot-hero {
  background-color: #2f4d86;
  color: #fff;
  padding: 50px 0 10px;
}

.trustpilot-hero .container {
  max-width: 1140px;
}

.trustpilot-hero h1.text-center {
  font-size: 3.2rem;
  margin-bottom: 14px;
  font-weight: 700;
  color: #fff;
}

.trustpilot-hero p.lead {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.trustpilot-profile-link {
  display: inline-block;
  margin: 8px 0 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.trustpilot-hero h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.badge-link img {
  width: 160px;
  height: auto;
  transition: transform 0.2s ease;
}

.badge-link:hover img {
  transform: scale(1.05);
}

.trustpilot-widgets {
  padding: 40px 0;
}

.trustpilot-widgets .container {
  max-width: 1140px;
}

.trustpilot-widgets .trustpilot-widget {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .trustpilot-hero h1.text-center {
    font-size: 2.2rem;
  }

  .trustpilot-hero p.lead {
    font-size: 1.2rem;
  }
}
