body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul {
    padding: 0;
    margin: 0;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  .clear {
    clear: both;
  }
.legals-section{
  padding: 50px 0;
}
.legals-section .legals-title h2{
  padding-bottom:50px;
text-align:center;
}  

.legals{
background-color: #d1ebe3;
padding: 20px 20px ;
}