/* ==========================================================================
   Post Builder — WYSIWYG
   ========================================================================== */

.pb-pw {
    padding: 0 0 32px;
}

.pb-pw__inner {
}

.pb-pw__content {
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-base);
}

.pb-pw__content p {
    font-family: var(--font-family);
font-weight: 450;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
color: var(--text-base);
    margin: 0 0 20px;
}

.pb-pw__content p:last-child {
    margin-bottom: 0;
}

.pb-pw__content h2 {
    font-family: var(--second-family);
    font-weight: 550;
    font-size: 36px;
    line-height: 128%;
    letter-spacing: -0.02em;
    color: var(--text-bold);
    margin: 0 0 16px 0;
}

.pb-pw__content h3 {
font-family: var(--second-family);
font-weight: 550;
font-size: 26px;
line-height: 131%;
letter-spacing: -0.01em;
color: var(--text-bold);
     margin: 0 0 16px 0;
}
.pb-pw__content h4{
    font-family: var(--second-family);
font-weight: 600;
font-size: 20px;
line-height: 140%;
color: var(--text-bold);
  margin: 0 0 16px 0;
}
.pb-pw__content ul,
.pb-pw__content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.pb-pw__content li {
    margin-bottom: 8px;
}

.pb-pw__content a {
    color: var(--color-primary, #1b5df8);
    text-decoration: underline;
}

.pb-pw__content strong {
    font-weight: 600;
    color: var(--text-bold);
}

@media(max-width:768px){
        .pb-pw__content h2{
        font-size: 22px;
line-height: 136%;
letter-spacing: -0.02em;
    }
    .pb-pw__content h3{
        font-weight: 550;
font-size: 22px;
line-height: 136%;
letter-spacing: -0.02em;
    }
    .pb-pw__content h4{
        font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
    }
}