body{
  background-color: white;
}
section:nth-of-type(1)
,section:nth-of-type(2)
,section:nth-of-type(7){
  margin: unset;
}
 section:nth-of-type(1) .container  
,section:nth-of-type(2) .container 
,section:nth-of-type(7) .container {
   padding: unset;
   max-width: unset;
 }
section:nth-of-type(1) a img 
,section:nth-of-type(2) a img{
display: flex;
    width: 100%;
}

section:nth-of-type(7) .md\:\!w-4\/5{
 width: unset !important;
}
#offer_products-10 .justify-center.items-center {
  align-items: end;
}
.\[background\:var\(--footer-bg\)\]{
  background-color: #182A39;
  color: white;
}
 section:nth-of-type(3) .grid{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;

}
@media (max-width: 768px) {
  section:nth-of-type(3) .grid{
        flex-wrap: wrap;
    }
}
.itme-categories {
    flex-basis: 140px;
}