.hero_head h2 {
  font-size: clamp(22px, 2.5vw, 36px);
  padding: 0.5rem 0;
  margin: 2.5rem 0 1rem;
  text-align: unset;
  font-weight: bold; }

#ez-toc-container {
  padding: 30px; }

#blog h2 {
  font-size: clamp(22px, 2.5vw, 36px);
  padding: 0.5rem 0;
  margin: 2.5rem 0 1rem;
  text-align: unset;
  font-weight: bold; }
#blog h3 {
  font-size: clamp(18px, 2vw, 24px);
  margin: 2.5rem 0 0.5rem;
  background: #c1d5d4;
  padding: 0.4em 0.5em 0.5em 0.8em;
  border-radius: 10px;
  font-weight: bold;
  color: #222; }
#blog h4 {
  font-size: clamp(16px, 1.8vw, 22px);
  margin: 1.5rem 0 0;
  border-bottom: 3px dotted #11155D;
  padding: 0.5rem 0;
  font-weight: bold;
  color: #222; }
#blog h5 {
  font-size: 18px;
  margin: 1rem 0 0;
  color: #11155D;
  font-weight: bold; }
#blog p {
  margin-top: 1.5rem; }
#blog ul {
  position: relative; }
  #blog ul li {
    background: none;
    margin: 0.1rem auto;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 0.8rem; }
#blog .wp-block-button {
  margin: 1.5rem auto;
  display: inline-block;
  text-align: center;
  width: 100%; }
  #blog .wp-block-button .wp-block-button__link {
    background-color: #EB4E39 !important;
    color: #fff;
    border-radius: 50px;
    padding: 1em;
    position: relative;
    text-decoration: none; }
#blog hr {
  border-color: #c5b355 !important; }
#blog blockquote {
  padding: 1.5em 2em 1.5em 3em;
  background: #F2F2F2;
  position: relative; }
  #blog blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: calc(100% - 3em);
    top: 1.5em;
    left: 1.5em;
    border-left: solid 1px rgba(180, 180, 180, 0.75);
    border-right: solid 1px rgba(180, 180, 180, 0.75); }
  #blog blockquote cite {
    display: block;
    font-size: .8em;
    margin-top: 1em;
    opacity: .8; }
    #blog blockquote cite a {
      color: #11155D !important; }
      #blog blockquote cite a:hover {
        text-decoration: none; }
  #blog blockquote p {
    margin: 0 0 0.5em !important;
    line-height: 1.5 !important;
    font-size: 90%; }
  #blog blockquote table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color); }
    #blog blockquote table tbody, #blog blockquote table td, #blog blockquote table tfoot, #blog blockquote table th, #blog blockquote table thead, #blog blockquote table tr {
      border-color: inherit;
      border-style: solid;
      border-width: 0; }
#blog.category-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0; }

#blog table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all; }
