.about-us-section {
  max-width: 1920px;
  margin: auto;
  padding: 0 80px;
  background-color: #000000;
}

.about-us-section .about-us-banner {
  position: relative;
  margin-bottom: 100px;
  margin-top: 120px;
}

.about-us-section .about-us-banner .banner-overlay-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  width: 100%;
  background: #584b4bcc;
  border-radius: 50px 50px 0 0;
}

.about-us-section .about-us-banner .banner-overlay-text .established {
  font-size: 20px;
  width: 176px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #584b4b;
  font-weight: normal;
}

.about-us-section .about-us-banner .banner-overlay-text .welcome-text {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.about-us-section .about-us-banner .banner-overlay-text .brand-name {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-us-section .about-us-banner .banner-overlay-text .divider {
  margin-bottom: 20px;
}

.about-us-section .about-us-banner .banner-overlay-text .tagline {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 50px;
}

.about-us-section .what-we-offer {
  position: relative;
  margin-bottom: 100px;
}

.about-us-section .what-we-offer .parent {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  gap: 50px 10px;
}

.about-us-section .what-we-offer .parent .div2 {
  grid-column-start: 1;
  grid-row-start: 2;
  align-self: flex-end;
  justify-self: flex-start;
}

.about-us-section .what-we-offer .parent .div3 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  justify-self: flex-end;
  align-self: center;
  height: 100%;
}

.about-us-section .what-we-offer .parent .about-us-text {
  font-size: 24px;
  color: #fc791a !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 18px;
}

.about-us-section .what-we-offer .parent .about-us-text img {
  width: 20px;
  height: auto;
}

.about-us-section .what-we-offer .parent .premium-text {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1;
}

.about-us-section .what-we-offer .parent .divider-black {
  display: block;
  margin-bottom: 32px;
}

.about-us-section .what-we-offer .parent .about-us-info {
  font-size: 24px;
  font-weight: normal;
  color: #e2e2e2;
  margin: 0;
}

.about-us-section .what-we-offer .what-we-offer-overlay {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 825px;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  padding: 20px 50px;
  background: #829460;
}

.about-us-section .what-we-offer .what-we-offer-overlay span {
  font-size: 24px;
}

.about-us-section .our-chef {
  position: relative;
  margin-bottom: 100px;
}

.about-us-section .our-chef .our-chef-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(0%);
  max-width: 470px;
  width: 100%;
  padding: 60px;
  border-radius: 0 100px 0 0;
  background: #584b4bcc;
  padding-bottom: 40px;
}

.about-us-section .our-chef .our-chef-overlay .overlay-heading {
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}

.about-us-section .our-chef .our-chef-overlay .overlay-info {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
}

.about-us-section .what-we-serve {
  margin-bottom: 100px;
}

.about-us-section .what-we-serve .about-us-text {
  font-size: 24px;
  color: #fc791a !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}

.about-us-section .what-we-serve .about-us-text img {
  width: 20px;
  height: auto;
}

.about-us-section .what-we-serve .serve-text {
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.about-us-section .what-we-serve .divider-black {
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.about-us-section .what-we-serve .parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-rows: repeat(4, 1fr); */
  gap: 30px 45px;
}

.about-us-section .what-we-serve .parent .div1 {
  grid-column: 1 / 4;
  grid-row: 1;
}

.about-us-section .what-we-serve .parent .div3 {
  /* grid-column-start: 1;
    grid-row-start: 2; */
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.about-us-section .what-we-serve .parent .div4 {
  /* grid-column-start: 2;
  grid-row-start: 2; */
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.about-us-section .what-we-serve .parent .div5 {
  /* grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1; */
  grid-column: 4 / 7;
  grid-row: 1 / 3;
}

.about-us-section .what-we-serve .parent .div6 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.about-us-section .what-we-serve .parent .div7 {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}

.about-us-section .what-we-serve .parent .div9 {
  grid-column-start: 3;
  grid-row-start: 4;
}

.about-us-section .what-we-serve .parent .div10 {
  grid-column-start: 4;
  grid-row-start: 4;
}

@media (min-width: 1200.02px) and (max-width: 1700px) {
  .about-us-section .what-we-offer .what-we-offer-overlay {
    bottom: 0;
    right: 0 !important;
    left: unset;
    transform: translateX(0);
  }

  .about-us-section .our-chef .our-chef-overlay {
    transform: translateX(-50%);
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .about-us-section .what-we-offer .parent {
    display: flex;
    flex-direction: column;
  }

  .about-us-section .what-we-offer .parent .div2 {
    width: 100%;
  }

  .about-us-section .what-we-offer .parent .div2 img {
    width: 100%;
  }

  .about-us-section .what-we-offer .parent .div3 {
    width: 100%;
  }

  .about-us-section .what-we-offer .parent .div3 img {
    width: 100%;
  }

  .about-us-section .our-chef .our-chef-overlay {
    max-width: 100%;
    position: unset;
    margin-top: 40px;
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
}

@media (min-width: 768.02px) and (max-width: 1200px) {
  .about-us-section .about-us-banner {
    margin-top: 60px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .established {
    font-size: 16px;
    width: 130px;
    height: 28px;
    margin-bottom: 12px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .welcome-text {
    font-size: 20px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .brand-name {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .divider {
    margin-bottom: 15px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .tagline {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .about-us-section {
    padding: 0 20px;
  }

  .about-us-section .about-us-banner {
    margin-bottom: 60px;
    height: auto;
    width: 100%;
    margin-top: 0;
  }

  .about-us-section .about-us-banner .banner-img {
    margin-top: 60px;
    width: 100%;
  }

  .about-us-section .about-us-banner .banner-overlay-text .tagline {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about-us-section .about-us-banner .banner-overlay-text .brand-name {
    font-size: 30px;
  }

  .about-us-section .what-we-offer .parent .about-us-text {
    font-size: 20px;
    gap: 20px;
  }

  .about-us-section .what-we-offer .parent .premium-text {
    font-size: 30px;
    line-height: 1.3;
  }

  .about-us-section .what-we-offer .parent .divider-black {
    margin-bottom: 20px;
  }

  .about-us-section .what-we-offer .parent .about-us-info {
    font-size: 16px;
    padding-right: 0 !important;
  }

  .about-us-section .what-we-offer .parent {
    gap: 30px;
  }

  .about-us-section .what-we-offer .what-we-offer-overlay {
    position: unset;
    transform: translateX(0);
    margin-top: 30px;
    padding: 15px;
    font-size: 18px;
  }

  .about-us-section .what-we-offer {
    margin-bottom: 20px;
  }

  .about-us-section .our-chef .our-chef-overlay .overlay-info {
    font-size: 18px;
    line-height: 1.5;
  }

  .about-us-section .our-chef .our-chef-overlay .overlay-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .about-us-section .our-chef {
    margin-bottom: 60px;
  }

  .about-us-section .what-we-serve .about-us-text {
    font-size: 20px;
    gap: 20px;
  }

  .about-us-section .what-we-serve .serve-text {
    font-size: 30px;
  }

  .about-us-section .what-we-serve .divider-black {
    margin-bottom: 20px;
  }

  .what-we-serve .flex-grid {
    display: flex;
    flex-direction: column;
  }


  .about-us-section .about-us-banner .banner-overlay-text .established {
    font-size: 16px;
    width: 130px;
    height: 30px;
    margin-bottom: 15px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .welcome-text {
    font-size: 18px;
  }
  .about-us-section .about-us-banner .banner-overlay-text .divider {
    margin-bottom: 12px;
  }
}

/* .parent-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 30px 45px;
}
    
.parent-grid .div1 {
    grid-column: span 4 / span 4;
}

.parent-grid .div2 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.parent-grid .div3 {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 2;
}

.parent-grid .div4 {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
}

.parent-grid .div5 {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
}

.parent-grid .div8 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row-start: 3;
}

.parent-grid .div9 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 4;
}

.parent-grid .div10 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 4;
}
         */

.what-we-serve .flex-grid {
  display: flex;
  gap: 45px;
}

.what-we-serve .flex-grid-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px 45px;
}

.what-we-serve .flex-grid-left .div1 {
  grid-column: span 3 / span 3;
}

.what-we-serve .flex-grid-left .div2 {
  grid-row-start: 2;
}

.what-we-serve .flex-grid-left .div3 {
  grid-column: span 2 / span 2;
  grid-row-start: 2;
}

.what-we-serve .flex-grid-left .div4 {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.what-we-serve .flex-grid-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px 45px;
}

.what-we-serve .flex-grid-right .div1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.what-we-serve .flex-grid-right .div2 {
  grid-column: span 2 / span 2;
  grid-row-start: 3;
}

.what-we-serve .flex-grid-right .div3 {
  grid-row-start: 4;
}

.what-we-serve .flex-grid-right .div4 {
  grid-row-start: 4;
}
.contentBlock{
  padding-top: 60px;
}
.contentBlock h1, .contentBlock h2, .contentBlock p{
  color: #f6f6f6 !important;
}
.contentBlock h1{
  padding-bottom: 15px;
}
.contentBlock h2{
  font-size: 1.5rem;
}
.policy-section {
      background-color:transparent;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      padding:0 1rem;
      margin-bottom: 2rem;
    }
    
    .section-title {
      border-bottom: 2px solid #dee2e6;
      padding-bottom: .5rem;
      margin-bottom: 1rem;
      color: #f6f6f6;
      font-weight: 600;
      padding-top:0 !important;
    }
.contentBlock  h1{
  color:#fff;
}
    .contentBlock p, .contentBlock  ul li{
 color: #f6f6f6;
    }

    .terms-section {
      background-color:transparent;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
     padding:0 1rem;
      margin-bottom: 2rem;
    }
    .styled-list{
list-style: disc !important;
    }
     