.trust {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
  color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trust h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.trust ul {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  line-height: 1.6;
}
.trust li {
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 2rem;
}
.trust li strong {
  font-weight: 600;
  color: #00bcd4;
}
.trust li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.2rem;
  height: 1.2rem;
}

.trust-video {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  border: 10px solid white;
  margin: 0 auto;
  margin-bottom: 80px;
}