/*
 * Trust strip — тестовая страница
 * /destinations/los-angeles-summer-games-test
 * Макет: 01-trust-strip.html.
 */

.la-trust {
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(47, 55, 89, 0.14);
  border-bottom: 1px solid rgba(47, 55, 89, 0.14);
  font-family: OpenSansRegular, Arial, sans-serif;
}

.la-trust *,
.la-trust *::before,
.la-trust *::after {
  box-sizing: border-box;
}

.la-trust__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 20px 24px;
}

.la-trust__item {
  margin: 0;
  color: #2f3759;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .la-trust__inner {
    gap: 8px 24px;
    padding: 16px 24px;
  }
}
