.hr-home-about {
  background: #fbf8f3;
  padding: 80px 0;
  overflow: hidden;
}
.hr-about-image-box {
  border-radius: 20px;
  overflow: hidden;
}
.hr-about-image-box img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.hr-about-content {
  padding-left: 40px;
}
.hr-about-subtitle {
  color: var(--color-1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: var(--font-02);
}
.hr-main-title {
  font-size: 50px;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: var(--font-01);
}
.hr-main-title span {
  color: var(--color-1);
}
.hr-about-text {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.7;
  margin-bottom: 30px;
}
.hr-about-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #0e6b4d;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 40px;
}
.hr-about-btn:hover {
  background: #0a523c;
}
.hr-about-stats {
  display: none;
}
.hr-about-stats-one {
  background: #e9ddcd;
  padding: 12px 25px;
  border-radius: 14px;
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.hr-about-stat-box h3 {
  font-size: 56px;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-01);
  margin: 0;
  line-height: 56px;
}
.hr-about-stat-box p {
  font-size: 14px;
  color: #1c1c1c;
  text-align: center;
  margin-top: 4px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .hr-about-content {
    padding-left: 0;
  }
  .hr-main-title {
    font-size: 45px;
  }
  .hr-about-stat-box h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .hr-about-stats {
    padding: 12px 15px;
    gap: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .hr-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .hr-about-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .hr-about-stats {
    text-align: center;
  }
.hr-home-about {
	background: #fbf8f3;
	padding: 40px 0 0px;
}
  .hr-main-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .hr-about-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .hr-about-stat-box h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .hr-main-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hr-about-stats-one {
	gap: 10px;
	margin-top: 10px;
	flex-direction: column;
}
.how-we-work {
	padding: 40px 0;
	background: #f8f8f8;
	position: relative;
}
.dining-options {
	background: #000;
	padding: 40px 0;
	color: #fff;
}
}
