.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-stage .owl-item{display: flex;}

.takeaways__card{
    background-color: #F8F8F8;
}
 
@media (max-width: 1399px) {
    .custom__nav.w-full .nav-link {
      max-width: 100%;
      line-height: 1.2; 
    }
}
@media (max-width: 575px) {
    .custom__nav.w-full .col {
      max-width: 100%;
      flex: 0 0 100%;
    }
}

.link.text-colored { color: var(--orange); }