.product-detail__footer {
    padding: 40px 0;
}

.product-detail__footer-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.product-detail__footer-desc {
  border-radius: 24px;
  border: solid 1px #efefef;
  padding: 26px 20px;
}
.hl-editor p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.hl-editor h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-black);
}

@media (max-width: 1199px) {
  .product-detail__footer-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .product-detail__footer-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .hl-editor h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .product-detail__footer-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .product-detail__footer-desc {
    padding: 20px 14px;
  }

  .hl-editor h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .product-detail__footer-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .hl-editor h3 {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
