.footer {
    padding: 8.4rem 0 3rem;
    width: 100vw;
    background: #051730;
    font-size: 15px;
  }
  
  .footer div {
    margin-bottom: 1rem;
  }
  
  .footer .footer-info div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    width: 100%;
  }
  
  .footer .footer-info div p {
    line-height: 1.6;
    padding-left: 1rem;
  }
  
  .footer .location i.ion-ios-location {
    width: 12%;
    font-size: 2rem;
  }
  
  .footer .social-links a {
    font-size: 1.2rem;
    display: inline-block; /* background: #333; */
    border: 1px solid #fff;
    color: #eee;
    line-height: 1;
    padding: 12px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    transition: all 0.35s;
  }
  
  .footer .social-links a:hover {
    border: none;
    background: #65e2d9;
    color: #f9fafb;
  }
  
  .footer .footer-info div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    width: 100%;
  }
  
  .footer .footer-info div p {
    line-height: 1.6;
    padding-left: 1rem;
  }
  
  .footer h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    transition: all 0.5s ease;
  }
  
  .footer h4:before,
  .footer h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
  }
  
  .footer h4:before {
    right: 12%;
    background: #555;
  }
  
  .footer h4:after {
    background: #65e2d9;
    width: 6rem;
  }
  
  .footer h4:hover::after {
    width: 9rem;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
  }
  
  .footer .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul li:hover a {
    color: #65e2d9;
  }
  
  .footer .footer-links ul a {
    color: #eee;
    
  }
  .footer .footer-contact div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    text-align: left;
    font-size: 1.1rem;
  }
  
  .footer .footer-contact div span:last-of-type {
    width: 84%;
  }
  
  .footer .footer-contact div i {
    font-size: 1.4rem;
  }
  