.site-footer {
    background: rgba(27, 42, 65, 1);
    color: #ffffff;
    padding: 4rem 0;
    border-radius: 4rem 4rem 0 0;
  }
  
  .footer-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3.5fr 1fr 1fr 1fr 2fr;
    gap: 40px;
  }
  .footer-col.footer-brand {
    max-width: 24rem;
}
  .footer-logo img {
    max-width: 9.375rem;
    margin: 0 auto;
    display: block;
}
.footer-col:not(.footer-brand) {
    padding-top: 6rem;
}
.footer-desc {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 1;
}
.footer-col.footer-address h4 {
    text-transform: uppercase;
}
.footer-contact .contact-item {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
  
  .footer-contact small {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
}
.footer-contact .contact-item span.icon {
    margin-right: 1.25rem;
}
.footer-contact strong {
    font-size: .75rem;
    font-weight: normal;
}
.footer-col:nth-child(3){
  margin-left: -1.5rem;
} 
.footer-col h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: .75rem;
  }
  
  .footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    opacity: 1;
}
  .footer-col ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer-address p {
    font-size: .75rem;
    line-height: 1.6;
    opacity: 1;
    margin-bottom: 1rem;
}
.footer-bottom {
    text-align: center;
    margin-top: -1rem;
    font-size: .813rem;
    color: rgba(232, 234, 236, 1);
}