body{
background-color: rgb(255 255 255);
}
.lg\:grid-cols-6{
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.product_deadline {
border: 2px solid;
    border-color: #00A0E6;
    border-radius: 8px;
}
section:nth-of-type(1) .container , section:nth-of-type(5) .container{
    margin: 0;
    padding: 0;
    max-width: unset;
}
section:nth-of-type(1) , section:nth-of-type(5) {
    margin: 0;
}
section:nth-of-type(2) .container , 
section:nth-of-type(6) .container{
margin-top: 2rem;
}
.bg-\[var\(--s-color\)\] , .text-\[\#636363\] 
, .copyright-text p{
color: white !important;
}