.page-content p {
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 2.2rem;
}

.page-content h1 {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: block;
    line-height: 3.6rem;
    border-bottom: 2px solid #1E1E1E;
    font-size: 39px;
}


.page-content h2 {
    margin-bottom: 1rem;
    font-size: 26px;
    padding: 1rem 2rem;
    border-left: 5px solid #f66;
    background: #ffc8e9;
    border-radius: 10px;


}

.page-content h3 {
    font-size: 24px;
    position: relative;
    padding: 1.5rem 1rem;
    text-decoration: none;
    line-height: 1.5;
}

.page-content h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #FF8B13, #FF8B13 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #FF8B13, #FF8B13 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}




.page-content h4 {
    margin-bottom: calc(1.5rem - 10px);
    font-size: 22px;
    padding-bottom: 10px;
    font-size: 26px;
    background-image: repeating-linear-gradient(90deg, #ff9ed9 0, #ff9ed9 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.page-content h5 {
    font-size: 20px;
    padding: 1rem 2rem;
    border-left: 4px solid #FF8B13;
}

.page-content h6 {
    margin-bottom: 1rem;
    font-size: 18px;
}

.page-content ul {

    font-size: 16px;
    margin: 2rem 0 1.5rem;
    font-size: 16px;
}

.page-content li {
    margin-bottom: 10px;
}

.page-content .wp-block-quote {
    background-color: #f7f7f7;
    padding: 10px 20px;
    margin: 30px 0;
}

.page-content .wp-block-quote p {
    color: #4b4b4b;
    font-style: italic;
    font-size: 14px;

}