@media screen and (min-width: 768px) {
  .trust .common-container {
    padding: 4% 0;
    width: 75%;
    max-width: 1200px;
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .trust .common-container {
    padding: 8% 0;
    width: 92%;
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
@media screen and (min-width: 768px) {
  .trust .top-message {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .trust .top-message {
    margin-bottom: 20%;
  }
}
.trust ul {
  margin-bottom: 3%;
}
.trust a {
  text-decoration: underline;
}