article p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 1rem 0 1rem 0;
}

article strong {
    font-weight: 700;
}

article img {
    margin: 2.5rem 0 2.5rem 0;
}

article h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 2.7rem 0 1rem 0;
}

article h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.9rem 0 0.85rem 0;
}

article h3 {
    font-size: 1.17rem;
    font-weight: 700;
    margin: 1.1rem 0 0.7rem 0;
}

article ul, article ol {
    list-style: inherit;
    font-size: 1rem;
    line-height: 1.7;
    margin: 1rem 0 1rem 0rem;
    padding-left: 1.5rem;
}

article li + li {
    margin : 0.5em 0;
}


article blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 0 2.5rem;
    border-left: solid 3px rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

article blockquote p, article blockquote p:first-child:last-child {
    font-size: 1.1rem;
    text-align: left;
    color: inherit;
    letter-spacing: 0.05rem;
    line-height: 1.6;
    font-family: Georgia, serif;
    font-style: italic;
}

article blockquote p:last-child {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    letter-spacing: normal;
    font-size: 1rem;
}

article blockquote::before {
    content: '„';
    position: absolute;
    font-family: Georgia, serif;
    font-size: 8rem;
    color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    left: -2.1rem;
    top: -1.9rem;
    line-height: 0;
    background: black;
    padding-bottom: 4.5rem;
}

article hr {
    margin: 4rem 0 2rem 0;
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, #60a5fa, #ec4899, #ef4444);
}