.footer {
	background: #0F172A;
	padding: 48px 0px;
}

.footer .row {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}

.footer .row .logo {
	order: 1 !important;
	flex: 0 0 auto;
	width: 33.33333333%;
}

.footer .row .logo a {
  flex: 1;
}

.footer .row .links {
	order: 2 !important;
	flex: 0 0 auto;
	width: 50%;
}

.footer .row .logo .top {
  display: flex;
  justify-content: space-around;
  gap: 10%;
}

.footer .row .links .links-row {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.footer .row .links .links-row div {
	flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .footer .row .logo {
    order: 2 !important;
	  width: 100%;
  }

  .footer .row .links {
    order: 1 !important;
    width: 100%;
  }

}

.footer a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.footer .logo .top img {
	max-width: 100%;
  height: 100%;
  vertical-align: middle;
}

.footer .tagline {
	margin-top: 24px;
}

.footer p {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.footer p b {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer .links-row div {
  margin: 0.7em;
  width: fit-content;

}
.footer .links-row div p {
  text-align: left;
}
