.ctoc-box {
    border: 1px solid #f15a24;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin: 20px 0;
}

.ctoc-box p {
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
}

.ctoc-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ctoc-box ul li {
    margin-bottom: 6px;
}

.ctoc-box ul li::before {
    content: "◆ ";
    color: #f15a24;
    margin-right: 5px;
}
html {
  scroll-behavior: smooth;
}

.cquote-box {
  border: 1px solid #f15a24;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
  margin: 25px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

.cquote-box::before {
  content: "❝";
  color: #f15a24;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
}

.cquote-box p {
  margin: 10px 0;
}

.cquote-box ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  list-style: disc;
}

.cquote-box li {
  margin: 5px 0;
}
