.footer {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-top: -390px;
  min-height: 390px;
  height: 390px;
  width: 100%;
  background-image: url("/images/static/ornament-bottom-left.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
  padding: 0px 44px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 991.98px) {
  .footer {
    margin-top: 40px;
    min-height: auto;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #E49E9F), color-stop(45%, #E66966), to(#E93732));
    background: linear-gradient(to right, #E49E9F 0.01%, #E66966 45%, #E93732 100%);
    padding: 28px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .nav {
  max-width: 350px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .footer .nav {
    text-align: center;
  }
}

.footer .nav .nav-item.copyright {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}

.footer .nav .nav-item .nav-link {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
}

.footer .nav .nav-item .nav-link:hover {
  border-color: #ffffff;
}