.footer {
  background: #181b1f;
  font-family: "Manrope",sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-divider {
  width: 40%;
  height: 1px;
  margin: 0 auto 1.1rem;
  background: linear-gradient( 90deg, transparent 0%, #ff8c00 20%, #ffb347 50%, #ff8c00 80%, transparent 100% );
}

.footer-signature {
  max-width: 220px;
  height: auto;
  display: inline-block;
}

.footer-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
}

.footer-date {
  margin-top: .10rem;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  color: #9da3a9;
}

@media (max-width:767.98px) {
  .footer {
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}

@media (max-width:767.98px) {
  .footer-divider {
    width: 60%;
    margin-bottom: .8rem;
  }
}

@media (max-width:767.98px) {
  .footer-signature {
    max-width: 160px;
    margin-bottom: .20rem;
  }
}

@media (max-width:767.98px) {
  .footer-title {
    font-size: 11px;
  }
}

@media (max-width:767.98px) {
  .footer-date {
    font-size: 11px;
  }
}

