.brand-logo {
  width: 38px;
  height: 38px;
  color: #14b8a6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.trust-strip {
  padding: 28px 0;
  background: #07111f;
}

.trust-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 8px 14px;
  opacity: 0.75;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.trust-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.trust-logo svg,
.trust-logo img {
  width: 110px;
  max-width: 100%;
  height: 36px;
  object-fit: contain;
  display: block;
}

@media (max-width: 575px) {
  .trust-logo svg,
  .trust-logo img {
    width: 96px;
    height: 32px;
  }
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  height: 46px;
  /* padding: 8px 14px; */
  padding-bottom: 14px;
  opacity: 0.75;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.service-icon svg,
.service-icon img {
  /* width: 110px; */
  max-width: 100%;
  height: 36px;
  object-fit: contain;
  display: block;
}
