.sectigo-trust-seal,
.sectigo-trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.sectigo-trust-seal {
  min-height: 42px;
  margin-top: 12px;
  overflow: hidden;
}

.sectigo-trust-seal img {
  display: block;
  width: 106px;
  max-width: 100%;
  height: auto;
}

.sectigo-trust-footer {
  width: min(1420px, 94vw);
  min-height: 66px;
  margin: 18px auto 28px;
  padding: 12px 0;
  border-top: 1px solid rgba(127, 225, 218, .24);
}

@media (max-width: 680px) {
  .sectigo-trust-footer {
    width: min(94vw, 560px);
    margin-bottom: 18px;
  }
}
