h2.wp-block-heading{
  background: #1C6AB7;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px 28px;
  margin-bottom: 30px;
}
.p-single-post p{
      font-size: 14px;
      line-height: 22px;
}
h3.wp-block-heading{
      color: #2458A2;
      font-size: 24px;
      position: relative;
      font-weight: 700;
      padding-left: 14px;
      margin: 34px 0 32px 0;
}
h3.wp-block-heading::before{
      content: '';
      width: 4px;
      height: 23px;
      background: #FC8A22;
      position: absolute;
      top: 7px;
      left: 0;
      display: block;
}
ul.wp-block-list li{
      position: relative;
      padding-left: 20px;
      font-size: 14px;
      line-height: 22px;
}
ul.wp-block-list li::before{
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #1C6AB7;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
}
ol.wp-block-list li{
      list-style: decimal;
      margin-left: 14px;
      padding-left: 8px;
      font-size: 14px;
      line-height: 22px;
}
ol.wp-block-list li::marker{
      color: #FC8A22;
      font-family: "Outfit", Noto Sans;
      font-weight: 800;
}
.wp-block-button__link.wp-element-button{
      background: #1C6AB7;
      margin-top: 20px;
      position: relative;
      padding-right: 100px;
      font-weight: 700;
      font-size: 18px;
}
.wp-block-button__link.wp-element-button::after{
      content: url(../images/common/arrow_white_right.png);
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-45%);
}