
.footer-logo img{
	width:370px;
}

.footer .footer-links ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}

.footer .footer-links {
	border: none;
}

.footer .footer-links ul li {
  list-style-type: none;
  margin: 0 15px;
  white-space: nowrap;
}

.footer .footer-links ul li a {
  text-decoration: none;
  color: #4A4A4A !important;
  font-size: 12px;
}

.additional-footer-logos {
	max-width:188px !important;
}

@media(min-width: 992px) {
	footer .col.links {
		align-items: center;
    display: flex;
    justify-content: flex-end;
}

	}
}

@media(max-width: 991px) {
	.footer-logo img {
		display: block;
		margin: 0 auto;
	}
  .footer .footer-links ul {
    flex-direction: column;
    align-items: center;
    gap:10px;
    margin-top: 18px;
  }
  .footer .container .row {
    flex-direction: column;
  }
}