.containerc{
    align-items: center;
    align-content: center;
    width: 1600px;
     margin: auto;

  }
  .subcontainer{
    width: 85%;
    margin: auto;
  }
  #cookies{
    width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  @media(max-width:1600px){
    .containerc{
      width: 100%;
      padding-left:  15%;
      padding-right:  15%;


    }
    
  }
  @media(max-width:1024px){
    .cookies{
  padding: 10px 0; 
 }
    
  }
  .cookies{

min-height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: column;

gap: 10px;}
.cookies p{
    margin-top: 10px;
    text-align: center;

}
.cookies a{
  
color: #f27640;
font-weight: 500;
text-decoration: none;
}
#cookies-btn{
    
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 1rem;
    font-family: inherit;
cursor: pointer;
background-color:#f27640;
color: white;
margin-bottom: 5px;
}