footer{
  width: 100%;
  background-color: #95c7ff;
  padding: 4px 0;        
  opacity: 0.70;
  line-height: 1.15;     
  box-sizing: border-box;
}
footer table {
  border-collapse: separate;
  border-spacing: 28px 8px;   
  margin: 8px auto 6px auto;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
footer td {
  background-color: #ffffff;
  padding: 8px 12px;          
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s, box-shadow 0.25s;
  width: 25%;
  vertical-align: top;        
}
footer h6 {
  margin: 0;
  padding: 0;
  font-size: 13px;            
  line-height: 1.15;
}
footer .copyright {
  text-align: center;
  color: #02204a;
  font-weight: 600;
  padding: 4px 10px;
  margin: 6px 0 8px 0;        
  font-size: 12px;
  line-height: 1.1;
}
@media (max-width: 700px) {
  footer table { border-spacing: 10px 6px; }
  footer td {
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto 12px auto;
  }
  footer td:last-child {
    margin-bottom: 0;
  }

}
