footer{ background-color: #fff; padding: 120px 0; z-index: 0}
footer::before{ box-shadow: var(--shadow);  background: #fff; height: 10px; top:-10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);}

footer a{ font-size: 14px}

.soc-icons{ margin-bottom: 10px;}
.soc-icons a{ width: 50px; height: 50px; color: #404E51; border-color: #404E51; }
.soc-icons a:hover{ color: #fff; background: #178C7B; border: #178C7B}

.footer-L .title{ font-size: 18px;}
.footer-L .title::after{content: ""; display: block; margin-top: 15px; border-bottom:3px solid #178C7B; width: 35px;}


.banners_salesforce a { margin: 0 2px}

.stack-gray::before{ display: none;}


@media (max-width:991px){


}


@media (max-width:767px)
{
  footer{ padding: 60px 0; }
}

@media (max-width:575px)
{
  footer a{ font-size: 13px;}
  .footer-L{ gap:20px;}
}
