.delight-bg {
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

.delight-reviews p {
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.delight-reviews ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.delight-reviews ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.delight-container {
  max-width: 80%;
  max-height: 70%;
}
.delight-section-title {
  color: #000;
  /* font-size: 22px; */
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
.delight-carousel {
  position: relative;
}
.delight-container-fluid {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.delight-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.delight-col-lg-4 {
  display: inline-block;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 300px;
  margin: 30px;
}
.delight-icon-star {
  color: #ff9500;
}
.delight-card {
  box-shadow: 4px 5px 1px #f3f3f3;
  padding: 10px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 35px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.5px solid #f3f3f3;
  border-radius: 1rem;
}
.delight-card-body {
  height: 350px;
  padding: 20px;
}
.delight-card-text {
  font-size: 14px;
}

.delight-card-title {
  margin-bottom: 0.75rem;
}

.delight-card-subtitle {
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0.75rem;
  margin-bottom: 0.4rem;
}

.delight-signature-container {
  text-align: center;
  padding-bottom: 50px;
}

.delight-signature-text {
  text-align: center;
  text-decoration: none;
  color: #d12d17;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .delight-container {
    max-width: 90%;
  }
  .delight-container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .delight-col-lg-4 {
    max-width: 50%;
    margin: 15px;
  }
}

@media screen and (max-width: 880px) {
  .delight-reviews {
    text-align: center;
  }
  .delight-card-body {
    height: 325px;
  }
  .delight-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .delight-col-lg-4 {
    max-width: 65%;
    margin: 0px;
  }
}
@media screen and (max-width: 500px) {
  .delight-col-lg-4 {
    max-width: 100%;
    margin: 0px;
  }
}
