.box .box-text {
  /* color: red!important */
  padding: 0;
}

.l-header {
  background-position: 33% center;
}

.l-main {
  margin-top: -70px;
}

.page-catering .row-2-l {
  padding-right: 0px;
  order: 2;
  margin-bottom: 100px;
}

.page-catering .row-2-r {
  order: 1;
  margin-bottom: 50px;
  /* padding-left: 0; */
}

.h-bar {
  height: 8px;
  width: 100px;
  background-color: #dc4740;
  margin-bottom: 10px;
}

.box--red-line-left::before {
  right: inherit;
  left: 30px;
}

.box--red-line-left {
  display: flex;
  justify-content: end;
}

.no-line::before,
.no-line::after {
  content: none;
}

.banner-stroke {
  display: none;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.banner-stroke img {
  width: 350px;
}

.h-line {
  width: 91px;
  height: 5px;
  background-color: #dc4740;
  margin-bottom: 10px;
}

/* styles.css */
.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between boxes */
  justify-content: space-between;
}

.offer-box {
  flex: 1 1 45%; /* Each box takes up roughly half the width, minus some space for the gap */
  min-height: 100px; /* Adjust as needed */
  border: 2px solid #000; /* Border like in the image */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  position: relative;
}

.offer-box p {
  margin: 0;
  font-size: 24px;
  color: #000;
  position: relative;
}

.offer-box .box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f4f8; /* Light background like in the image */
  left: -10px;
  top: -10px;
  z-index: -1;
}

.text-red {
  color: #dc4740;
}

.section-uni {
  display: flex;
  margin-top: 0;
}

.section-uni .home-col4 {
  order: 2;
}

.section-uni .home-col3 {
  order: 1;
}

.text-bold {
  font-weight: bold;
}

.page-catering .box--red-line-left::before {
}

.page-catering section {
  margin-bottom: 150px;
}

.page-catering .box-promote-content p {
  text-align: left;
  margin-bottom: 0;
}

.page-catering .box-promote-content h2 {
  margin-bottom: 2rem;
}

.page-catering .box-promote-content br {
  display: none;
}

.middle-banner {
  background-attachment: inherit;
}

@media (max-width: 768px) {
  .offer-box {
    flex: 1 1 100%; /* Stack boxes on smaller screens */
  }
}

@media (min-width: 768px) {
  .page-catering .row-2-l {
    order: 1;
    margin-bottom: 0px;
  }

  .page-catering .row-2-l p {
    padding-right: 50px;
    max-width: 560px;
  }

  .page-catering .row-2-r {
    order: 2;
  }

  .banner-stroke {
    display: block;
  }

  .section-uni {
    margin-top: -7em;
  }

  .section-uni .home-col4 {
    order: 1;
  }

  .section-uni .home-col3 {
    order: 2;
  }

  .page-catering .box-promote-content br {
    display: block;
  }

  .middle-banner {
    background-attachment: fixed !important;
  }
}
