/* Footer */
.footer {
  background: #1d4288;
}

.footer-content-wrapper {
  margin-bottom: 20px;
  font-family: BebasNeue;
  color: white;
}

.footer-bar {
  background: #3eb049;
  color: white;
  font-size: 14px;
  line-height: 36px;
  font-family: Inter;
}

.footer h4 {
  margin-top: 28px;
}

.footer .left-section img {
  margin-bottom: 10px;
}

.footer .left-section img:first-child {
  margin-right: 24px;
}

.footer .left-section p {
  font-size: 20px;
  line-height: 24px;
}

.footer .left-section p:last-child {
  margin-bottom: 24px;
}

.footer .right-section p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  cursor: pointer;
  font-family: Inter;
}

.footer .right-section p:hover {
  text-decoration: underline;
}

.footer p {
  margin: 0px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: BebasNeue;
  line-height: 24px;
}

.footer-height {
  height: 55px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__bottom a ,.footer__bottom p {
  text-decoration: none;
  color: white;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.footer__bottom a:hover {
  text-decoration: underline;
}

.img-social-icon {
  width: 31px;
  margin-right: 24px;
}

/* End footer */

@media (min-width: 992px) {
  .footer-content-wrapper {
    padding: 60px 0px 0px;
  }
}