.site-footer .footer-brand {
  padding: 28px;
  background: #fff;
  border: 1px solid #e0e8f2;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.site-footer .footer-brand img {
  max-width: 205px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-footer .footer-brand > strong {
  color: #102a4d !important;
  font-size: 21px;
}

.site-footer .footer-brand > p {
  color: #64748b !important;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer .footer-brand .footer-social a {
  background: #f5f8fc !important;
  border-color: #dbe5f0 !important;
  color: #18395f !important;
  box-shadow: none;
}

.site-footer .footer-brand .footer-social a:hover {
  background: #1769e0 !important;
  border-color: #1769e0 !important;
  color: #fff !important;
}

@media (max-width: 620px) {
  .site-footer {
    padding-top: 0 !important;
  }

  .site-footer .footer-main {
    padding-top: 0;
  }

  .site-footer .footer-brand {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-footer .footer-brand img {
    max-width: 190px;
  }

  .site-footer .footer-brand > strong {
    font-size: 20px;
  }

  .site-footer .footer-brand > p {
    font-size: 13px;
  }

  .site-footer .footer-brand .footer-social {
    gap: 8px;
  }

  .site-footer .footer-brand .footer-social a {
    padding: 9px 11px;
    font-size: 12px;
  }
}
