.post {
    margin: 0;
    padding: 0 70px 0 60px;

    color: var(--text-color-main, #000000);
    font-family: var(--text-family-main, sans-serif);
    font-size: 24px;
    font-weight: 300;

    line-height: 28px;
}

.post__h3 {
    margin: 0 0 30px 0;

    font-size: 35px;
    font-weight: 700;

    line-height: 41px;
}

.post__h3_mt24 {
    margin-top: 24px;
}

.post__i {
    font-style: italic;
}

.post__b {
    font-weight: 700;
}

.post__p {
    margin: 0;

    padding: 0 0 26px 0;
}

.post__p_mt24 {
    margin-top: 24px;
}

.post__a {
    color: inherit;

    text-decoration: none;
}

.post__a:hover {
    text-decoration: underline;
}

.post__blockquote {
    display: block;
    margin: 24px 0 50px;
    padding: 9px 0 9px 58px;

    line-height: 33px;

    border-left: 4px solid var(--green, #37CDAF);
}

.post__cite {
    display: block;
    margin: 34px 0 60px;
    padding: 58px 100px;

    font-size: 30px;
    font-style: italic;
    line-height: 35px;

    text-align: center;

    background-color: var(--green-blue, #E5F6F5);

    border-radius: var(--border-radius-small, 15px);
}

.post__cite-autor {
    display: block;
    margin-top: 20px;

    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    line-height: 18px;

    text-align: center;
}

.post__donate-info {
    display: block;
    margin: 24px 0 50px;
    padding: 45px 99px;

    background-color: var(--green-blue, #E5F6F5);
    border-radius: var(--border-radius-large, 30px);
}

.post__donate-info-title {
    margin: 0 0 17px 0;

    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
}

.post__donate-info-string {
    margin: 0;
}

.post__image {
    width: 100%;
    height: auto;

    border-radius: var( --border-radius-small, 15px);
}

.post__image-subtitle {
    width: 100%;
    margin: 0 0 69px 0;

    color: #625F5F;

    font-size: 16px;
    font-style: italic;
    font-weight: 400;

    line-height: 22px;

    text-align: center;
}

@media (max-width: 800px) {
    .post {
        padding: 0;

        font-size: 18px;
        line-height: 21px;
    }

    .post__h3 {
        margin: 0 0 25px 0;

        font-size: 24px;

        line-height: 28px;
    }


    .post__p {
        padding: 0 0 20px 0;
    }

    .post__blockquote {
        margin: 10px 0 30px 0;
        padding: 4px 0 4px 16px;

        line-height: 25px;
    }

    .post__cite {
        margin: 30px 0 50px;
        padding: 36px 32px;

        font-size: 18px;
        line-height: 21px;
    }

    .post__cite-autor {
        margin-top: 30px;
    }

    .post__donate-info {
        margin: 10px 0 30px;
        padding: 30px 33px;
    }

    .post__donate-info-title {
        margin-bottom: 24px;

        font-size: 30px;
        line-height: 35px;

        text-align: center;
    }

    .post__donate-info-string {
        font-size: 15px;
        line-height: 18px;
    }
}
