.about-container {
  margin-top: 100px;
}

.first-section {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.first-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.first-section p {
  font-size: 128px;
  font-family: 'Comforter Brush';
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.ourstory {
  margin-top: 120px;
}

.ourstory p {
  font-size: 128px;
  font-family: 'beau rivage';
  text-align: center;
  color: #ADDBAA;
  margin-bottom: 80px;
}

.imageandcontent {
  width: 90%;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.imageandcontent img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}

.story-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}

.imageandcontent p {
  font-size: 24px;
  font-family: outfit;
  color: white;
}

.chefimage {
  width: 100%;
  margin-top: 200px;
  position: relative;
}

.chefimage img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.chef-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
}

.chefimage p {
  font-size: 40px;
  color: #BCAB39;
  margin-bottom: 20px;
}

.chefimage span {
  font-size: 32px;
  color: white;
  display: block;
}

.founder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 100px auto;
  padding: 3rem 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 1200px;
}

.founderimage img {
  width: 300px;
  max-width: 100%;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
}

.foundercontent {
  max-width: 600px;
  text-align: left;
}

.foundercontent p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  color: #C0854E;
  margin-bottom: 1rem;
}

.foundercontent p:last-child {
  font-size: 1rem;
  color: #BEB48D;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .first-section p {
    font-size: 100px;
  }
  
  .ourstory p {
    font-size: 100px;
  }
  
  .imageandcontent p {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .first-section p {
    font-size: 80px;
  }
  
  .ourstory p {
    font-size: 80px;
    margin-bottom: 50px;
  }
  
  .imageandcontent p {
    font-size: 24px;
  }
  
  .first-section img,
  .imageandcontent img,
  .chefimage img {
    height: 500px;
  }
  
  .chefimage p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .first-section p {
    font-size: 60px;
  }
  
  .ourstory p {
    font-size: 60px;
    margin-bottom: 30px;
  }
  
  .imageandcontent p {
    font-size: 15px;
  }
  
  .first-section img,
  .imageandcontent img,
  .chefimage img {
    height: 400px;
  }
  
  .chef-content p{
    font-size: 50px;
  }

  .chef-content span{
    font-size:20px;
  }
  
  .chefimage {
    margin-top: 100px;
  }
  
  .chefimage img {
    height: 300px;
  }
  
  .founder {
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }
  
  .foundercontent {
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .first-section p {
    font-size: 48px;
  }
  
  .ourstory p {
    font-size: 48px;
  }
  
  .imageandcontent p {
    font-size: 6px;
  }
  
  .first-section img,
  .imageandcontent img,
  .chefimage img {
    height: 300px;
  }
  
  .chefimage p {
    font-size: 28px;
  }
  
  .chefimage span {
    font-size: 16px;
  }
  
  .founderimage img {
    width: 200px;
    height: 200px;
  }
  
  .foundercontent p:first-child {
    font-size: 1.2rem;
  }
  
  .foundercontent p:last-child {
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .first-section p {
    font-size: 36px;
  }
  
  .ourstory p {
    font-size: 36px;
  }
  
  .imageandcontent p {
    font-size: 10px;
    padding: 10px;
  }
  
  .chefimage p {
    font-size: 24px;
  }
  
  .chefimage span {
    font-size: 14px;
  }
}
