        
      body{
        overflow-x: hidden;
      }  
    
      .content-section {
        padding:0 50px;
      }
      
      .content-section .text-section, .content-section-2 .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px;
        text-align: justify;
      }
      
   
footer a{
    color: white;
    text-decoration: none;
}
@media (min-width: 1400px) {
  .bigger{
      padding: 0 20%;
  }

}