.about-project {
  padding: 5rem 2rem;
  background: #fff;
}

.about-project h2 {
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 2.5rem;
}

.configuration-section{
     padding: 5rem 2rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EFFB 100%);
  text-align: center;
}
.icon-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 160px;
  padding-inline: 1rem;
  background-color: white;
  box-shadow: 0 2px 6px #0000000d;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: 0.5s;
  gap: 0.8rem;
}

.icon-card img {
  width: 100%;
  height: 25%;
}

.icon-card:hover {
  border: 1px solid var(--orange);
  box-shadow: 0 4px 6px #f4711833;
}

.dream-home-section{
      padding: 5rem 2rem;
  background: #fff;
}

.amenities-section{
 padding: 5rem 2rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EFFB 100%);
  text-align: center;
}
.custom-width-p{
  width:100% !important;
}

.gallery-section{
 padding: 5rem 2rem;
  background: #fff;
}

@media (min-width:992px) {
  .custom-width-p{
    width: 50% !important;
  }
}