
@media (max-width: 768px) {


  #home .box-image {
    display:none;
  }
  #home .box-form{
    width:100%;
  }


  #home .container {
    max-width:95%;
 padding-inline:1rem;
  }

  .container-cookie {
    gap: 1rem;
    flex-direction: column;
  }
  .text-cookie-1 {
    font-size: 1rem;
  }
  .text-cookie-2 {
    font-size: 0.95rem;
    line-height: 1.3;
  }
      .cookie-check-container {
        gap: 1rem;
    }
}
