footer .top {
  background-color: #58ACF4;
  padding-block: 2.188rem;
}
footer .top .card {
  color: white;
  width: 15.875rem;
}
footer .top .card h4 {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
footer .top .card p {
  margin-bottom: 1rem;
  font-size: 14px;
}
footer .top .card .sm-link {
  margin-right: 1rem;
}
footer .top .card-2 a:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .top .blog-img {
  flex: 0 0 8rem;
  margin-right: 0.688rem;
  height: 4.5rem;
  width: 6.875rem;
}
footer .top .blog-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
footer .top .blogs-footer div a:not(:last-child) {
  margin-bottom: 0.581rem;
  display: block;
}
footer .top .blogs-footer p {
  font-size: 12px;
  margin-bottom: 0rem;
}
footer .bottom {
  height: 4.375rem;
  background-color: #1C629E;
  align-items: center;
  color: white;
}
footer .bottom p {
  font-size: 18px;
  margin-right: 4rem;
}

@media (max-width: 768px) {
  footer .top {
    height: auto;
    padding-bottom: 2rem;
  }
  footer .top .card:not(:last-child) {
    margin-bottom: 1.625rem;
  }
  footer .top .blog-img {
    height: 11.38rem;
    width: 100%;
  }
  footer .top .blogs-footer div {
    justify-content: center;
  }
  footer .top .blogs-list {
    display: flex;
    flex-direction: column;
  }
  footer .top .blogs-list .blog {
    flex-direction: column-reverse;
  }
  footer .top .blogs-list .blog:not(:last-child) {
    margin-bottom: 2rem;
  }
  footer .top .blogs-list .blog div {
    margin-bottom: 0.833rem;
  }
  footer .top .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .bottom .container {
    justify-content: center;
    flex-direction: column;
    align-items: start !important;
  }
  footer .bottom p {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

/*# sourceMappingURL=footer.css.map */
