.has-red-background-color {
    background-color: #de0010;
}
.has-red-color {
    color: #de0010;
}




.wp-block-quote {
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
  transform: translateZ(5px);
  visibility: visible;
}

.wp-block-quote::before {
  content: "\201C"; /* 或者使用英文双引号 content: '\201C'; */
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 70px;
  color: #de0010;
  width: 1em;
  line-height: 1;
  height: 1em;
  font-family: sans-serif;
  z-index: 10;
}

.wp-block-quote::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #de0010;
}

.wp-block-quote p {
  background-color: rgb(244, 244, 244);
  padding: 15px;
  margin: 0;
  transform: translate(-5px, -5px);
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 1.5px;
  color: rgb(51, 51, 51);
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
}

.wp-block-quote strong {
  color: rgb(74, 74, 74);
  font-weight: bold;
}

.wp-block-quote span {
  color: rgb(74, 74, 74);
  font-size: 15px;
  letter-spacing: 1px;
}
.wp-block-pullquote{
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #ddd;
  padding-left: 1em;
  margin-top: 40px;
  background-color: #f5f5f5;
}
.wp-block-pullquote blockquote{
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1200px){
  .wp-block-quote p{
    font-size: 14px;
  }
  .square_d h1.fnt_30{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
