.nec-footer-component {
  height: 40px;
  background: var(--white);
  padding: 0 100px;
  text-align: right;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nec-footer-component a {
  color: var(--patricks-blue);
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .nec-footer-component {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .nec-footer-component {
    padding: 0 15px;
  }
}
