.section-has-background {
  background-color: #FBFBFB;
}
.why-top-interiors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: #FBFBFB;
  padding: 32px 40px 22px;
}
.why-top-interiors .body-text-heading {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 4px;
  margin-bottom: 30px;
  margin-top: 0;
}
.why-top-interiors .body-text-heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B19F6F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.why-top-interiors .body-text .lr {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 20px;
}
.why-top-interiors .body-text .lr i.dec-icon svg {
  width: 18px;
  height: 18px;
}
.why-top-interiors .body-text .lr.highlight-reason {
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.why-top-interiors .body-text .lr.highlight-reason .text {
  color: #8A7C56;
  font-family: "Ethereal", "NanumMyeongjo", "Goudy Old Style", "Times New Roman", "Georgia", "Big-Caslon", serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .why-top-interiors .body-text .lr {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 0;
    padding-right: 15px;
  }
  .why-top-interiors .body-text .lr span.dec-gold {
    margin-right: 20px;
    width: 30px;
    text-align: center;
    line-height: 20px;
  }
  .why-top-interiors .body-text .lr .text {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: 1;
    /* Allow the text spans to take up available space */
    min-width: 0;
  }
  .why-top-interiors .body-text .lr.highlight-reason span.dec-gold {
    margin-right: 14px;
  }
  .why-top-interiors .body-text .lr.highlight-reason .alternate-text {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .why-top-interiors .body-text .lr.highlight-reason span.dec-gold {
    margin-right: 22px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .why-top-interiors .body-text .lr.highlight-reason {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .why-top-interiors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
  }
  .why-top-interiors .body-text-heading {
    text-align: center;
    font-family: "Ethereal", "NanumMyeongjo", "Goudy Old Style", "Times New Roman", "Georgia", "Big-Caslon", serif;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .why-top-interiors {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .why-top-interiors {
    padding: 0;
  }
}
