.titlebox .mon {
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
h2, .entry-content h2 {
    color: #4D4D4D;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.editor-styles-wrapper .block-editor-block-list__layout h2:after, .entry-content h2:after {
    height: 3px;
    width: 40px;
}
.titlebox h3 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.15em;
}
p {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
}
.justify {
    text-align: justify;
    font-feature-settings: "palt" 1;
}
a.btn_ao1 {
    background-color: #093E93;
    border: 1px solid #093E93;
    color: #fff;
    padding: 15px 30px 15px 20px;
    line-height: 1.4;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .15em;
    background-image: url(/wp-content/uploads/sites/828/2022/10/bt_w.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 20px;
    text-align: center;
    transition: all .3s;
}
a.btn_ao1.single {
    min-width: 280px;
}
a.btn_ao1:hover {
    text-decoration: none;
    background-color: #fff;
    color: #093E93;
    background-image: url(/wp-content/uploads/sites/828/2022/10/bt_b.png);
}
.block_480 {
    display: none;
}

@media (max-width: 480px){
  .block_480 {
      display: block;
  }
  a.btn_ao1.single {
      min-width: 0;
  }
  a.btn_ao1 {
      padding: 13px 20px 13px 15px;
      font-size: 14px;
      letter-spacing: .1em;
      background-size: 18px;
      background-position: center right 20px;
  }
  .editor-styles-wrapper .block-editor-block-list__layout h2:after, .entry-content h2:after {
      height: 2px;
      width: 35px;
      margin: 18px auto 35px;
  }
  h2, .entry-content h2 {
      letter-spacing: 0.1em;
      font-size: 20px;
  }
  .titlebox h3 {
      font-size: 18px;
      letter-spacing: 0.1em;
      margin-bottom: 12px;
  }
  p {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.8;
  }
}
