.category-card{
  width:calc(33.333% - 18px);
}
.loans h3{color:#0f766e}
.loans .cat-icon{background:#0f766e}
.business h3{color:#0369a1}
.business .cat-icon{background:#0369a1}
.footer-main{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  display:block;
  background:#0b2447;
  color:#dbeafe;
  border-top:0;
  box-sizing:border-box;
}
.footer-main-inner,
.footer-main-bottom{
  width:94%;
  max-width:1320px;
  margin:0 auto;
  box-sizing:border-box;
}
.footer-main-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:28px 0 24px;
}
.footer-main-brand{
  min-width:240px;
}
.footer-main-brand strong{
  display:block;
  color:#fff;
  font-size:1.35rem;
  line-height:1.3;
}
.footer-main .footer-main-brand strong span{
  color:#60a5fa;
}
.footer-main-brand p{
  margin:7px 0 0;
  color:#bfdbfe;
  font-size:.95rem;
  line-height:1.7;
}
.footer-main-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px 22px;
}
.footer-main-nav a{
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.footer-main-nav a:hover{
  text-decoration:underline;
}
.footer-main-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 0 20px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#93c5fd;
  font-size:.9rem;
}
.footer-main .footer-main-bottom span,
.footer-main .footer-main-bottom span:first-child{
  color:#93c5fd;
  font-weight:400;
}
@media(max-width:1099px){
  .category-card{
    width:calc(50% - 18px);
  }
}
@media(max-width:640px){
  .category-card{
    width:100%;
  }
  .footer-main-inner,
  .footer-main-bottom{
    width:92%;
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-main-inner{
    padding:24px 0 20px;
  }
  .footer-main-nav{
    justify-content:flex-start;
  }
  .footer-main-bottom{
    padding:14px 0 18px;
  }
}
