#about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/about-img-hero.jpg");
  height: max(30vh, 30vw);
  max-height: 60vh;
  padding: 20px 0;
}
#about-hero .grid {
  text-align: right;
  align-items: end;
}
/* ///////////////////// */
#welcome .flex {
  flex-direction: column;
  gap: 1.375rem;
}
#welcome .flex .h {
  max-width: 500px;
}
@media (min-width: 992px) {
  #welcome .flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
#welcome .button {
  display: block;
  width: max-content;
  margin-top: 1rem;
}
/* ///////////////////// */
#story {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/image-2.jpg");
  height: max-content;
}
#story .heading-2,
#story p {
  margin-bottom: 2rem;
}
#story img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
#story p {
  max-width: 768px;
  margin: 0 auto;
  color: white;
}
#satisfaction * {
  color: var(--color-secondary);
}
.review-item p {
  font-size: 1rem;
  max-width: 400px;
  margin: 0 auto;
}
#satisfaction .grid {
  column-gap: 5rem;
}
.review-items {
  margin-top: var(--section-space);
}

.review-item .review-detail > * {
  display: block;
  margin-top: 1rem;
}
.review-item .img-review-ctn {
  overflow: hidden;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  background: red;
  margin: 0 auto;
}
.review-item .img-review-ctn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#satisfaction .review-item .rating i {
  color: #ffbe0d !important;
}
#contact .detail > * {
  margin-bottom: 1.125rem;
}
#contact .detail i {
  font-size: 2rem;
}
#contact .detail p {
  font-size: 1.375rem;
}
#hmh {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/lobster-2.jpg");
  height: 70vh;
}
#contact .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
#contact .detail {
  width: 500px;
}
@media (min-width: 1024px) {
  #contact #form {
    width: 400px;
  }
}
#values .value-list {
  list-style: disc;
  margin-left: 2rem;
}
#values .value-list li {
  font-size: 1.375rem !important;
}
#values .value-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.value-list span {
  font-weight: 700;
}
#values .flex {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #values .img-value {
    max-width: 400px;
  }
  #values .value-list {
    max-width: 480px;
  }
  #values .flex {
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
}
