﻿footer {
  max-width: 100%;
  background-color: #f4fdff;
}

.footer-logo {
  display: flex;
}
.footer-logo img {
  width: 80px;
  height: 80px;
}

.footer-title h2 {
  color: #245E6A;
  font-size: 20px;
  padding-left: 10px;
}
.footer-title h3 {
  padding-top: 10px;
  font-size: 20px;
  color: #5EBAAD;
  padding-left: 10px;
}

.top, .bottom {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}

.bottom {
  font-size: 13px;
  border-top: solid 1px #5ebaad;
}
.bottom p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  .top, .bottom {
    flex-direction: column;
  }
}
