.footer-container { position: relative; width: 100%; }


.footer-wrap { position: relative; width: 100%; background: var(--navy-color); padding: 50px 20px; text-align: center; }
.footer-wrap .logo-area { width: 250px; height: auto; padding-bottom: 40px; display: inline-block; }
.footer-wrap .logo-area .logo-img { width: 100%; height: auto; }
.footer-wrap .terms-area { padding-bottom: 20px; }
.footer-wrap .terms-area a { color: rgba(255,255,255,0.7); text-decoration: underline; position: relative; font-weight: 100; }
.footer-wrap .terms-area a:hover { color: #fff; }
.footer-wrap .terms-area a:not(:last-child) { padding-right: 30px;}
.footer-wrap .terms-area a:not(:last-child):after { content: '/'; font-size: 11px; color: rgba(255,255,255,0.7); position: absolute; top: 4px; right: 11px; }
.footer-wrap .copyright { color: rgba(255,255,255,0.4); font-size: 1.3rem; font-weight: 100; }

@media (max-width: 675px) {
  .footer-wrap .logo-area { width: 200px; padding-bottom: 20px; }
  .footer-wrap .terms-area { padding-bottom: 10px; }
  .footer-wrap .copyright { font-size: 1.2rem; }
}