.standard-footer {
  box-sizing: border-box;
  width: 100%;
  margin-top: auto;
  padding: 18px 20px 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  text-align: center;
  font-family: inherit;
  line-height: 1.35;
}

.standard-footer p {
  margin: 0;
}

.standard-footer .footer-tagline {
  color: #ffd75a;
  font-size: 14px;
  font-weight: 800;
}

.standard-footer .footer-copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
