.post {
    padding: 60px 0;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #121212;
}
@media only screen and (max-width: 767px) {
    .post {
        padding: 40px 0;
        font-size: 14px;
        line-height: 1.5;
    }
}

.post__center.center {
    max-width: 830px;
}
.post__content h1{
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .post__content h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}
.post__content figure {
    font-size: 0;
}
.post__content figure:not(:first-child),
.post__content blockquote:not(:first-child),
.post__content .video:not(:first-child),
.post__content ul:not(:first-child),
.post__content ol:not(:first-child),
.post__note:not(:first-child) {
    margin-top: 32px;
}
@media only screen and (max-width: 767px) {
    .post__content figure:not(:first-child),
    .post__content blockquote:not(:first-child),
    .post__content .video:not(:first-child),
    .post__content ul:not(:first-child),
    .post__content ol:not(:first-child),
    .post__note:not(:first-child) {
        margin-top: 20px;
    }
}
.post__content figure:not(:last-child),
.post__content blockquote:not(:last-child),
.post__content .video:not(:last-child),
.post__content ul:not(:last-child),
.post__content ol:not(:last-child){
    margin-bottom: 32px;
}
.post__note:not(:last-child) {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .post__content figure:not(:last-child),
    .post__content blockquote:not(:last-child),
    .post__content .video:not(:last-child),
    .post__content ul:not(:last-child),
    .post__content ol:not(:last-child){
        margin-bottom: 20px;
    }
    .post__note:not(:last-child) {
        margin-bottom: 28px;
    }
}
.post__content img {
    width: 100%;
    border-radius: 24px;
}
@media only screen and (max-width: 767px) {
    .post__content img {
        border-radius: 16px;
    }
}
.post__content p:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .post__content p:not(:last-child) {
        margin-bottom: 12px;
    }
}
.post__content blockquote {
    position: relative;
    padding: 32px 68px;
    border-radius: 24px;
    background: linear-gradient(to right, #F9F4FB 0%, #EDE7F3 100%);

}
@media only screen and (max-width: 767px) {
    .post__content blockquote {
        padding: 24px 32px;
        border-radius: 16px;
    }
}
.post__content blockquote:before,
.post__content blockquote:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none' viewBox='0 0 27 24'%3E%3Cg opacity='.2'%3E%3Cuse href='%23B' fill='%23fff'/%3E%3Cuse href='%23B' fill='url(%23A)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='A' x1='0' y1='12' x2='27' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23af47e5'/%3E%3Cstop offset='1' stop-color='%233700aa'/%3E%3C/linearGradient%3E%3Cpath id='B' d='M26.006 0L27 1.731C20.218 7.187 16.674 11.83 16.368 15.659c1.071-1.102 2.218-1.652 3.442-1.652 1.122 0 2.04.367 2.754 1.102s1.071 1.679 1.071 2.833c0 1.679-.561 3.121-1.683 4.328C20.881 23.423 19.581 24 18.051 24c-1.479 0-2.677-.525-3.595-1.574-.867-1.102-1.3-2.466-1.3-4.092 0-2.728 1.198-5.77 3.595-9.128 2.397-3.41 5.482-6.479 9.255-9.207zM12.773 0l1.071 1.731C7.113 7.187 3.544 11.83 3.136 15.659c1.122-1.102 2.295-1.652 3.518-1.652 1.071 0 1.963.367 2.677 1.102s1.071 1.679 1.071 2.833c0 1.626-.535 3.043-1.606 4.249S6.425 24 4.895 24c-1.479 0-2.677-.525-3.595-1.574C.433 21.325 0 19.961 0 18.334c0-2.728 1.198-5.77 3.595-9.128C5.992 5.797 9.051 2.728 12.773 0z'/%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}
.post__content blockquote:before {
    top: 32px;
    left: 32px;
}
.post__content blockquote:after {
    right: 32px;
    bottom: 32px;
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .post__content blockquote:before,
    .post__content blockquote:after {
        width: 20px;
    }
    .post__content blockquote:before {
        top: 8px;
        left: 8px;
    }
    .post__content blockquote:after {
        right: 8px;
        bottom: 8px;
    }
}
.post__content blockquote a {
    text-decoration: underline;
    color: #7424C8;
    transition: text-decoration .2s;
}
.post__content blockquote a:hover {
    text-decoration-color: transparent;
}
.post__content strong {
    font-weight: 600;
}
.post__content h2 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .post__content h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.3;
    }
}
.post__number:not(:first-child) {
    margin-top: 48px;
}
.post__number:not(:last-child) {
    margin-bottom: 48px;
}
.post__number {
    display: flex;
    align-items: center;
}
.post__number span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 24px;
    background: linear-gradient(90deg, #AF47E5 0%, #3700AA 100%);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .post__number:not(:first-child) {
        margin-top: 32px;
    }
    .post__number:not(:last-child) {
        margin-bottom: 32px;
    }
    .post__number span {
        margin: 0 16px;
    }
}
.post__number:before,
.post__number:after {
    content: "";
    flex: 1;
    height: 1px;
}
.post__number:before {
    background-image: linear-gradient(to left, rgba(175, 71, 229, 0.24) 0%, rgba(55, 0, 170, 0.24) 100%);
}
.post__number:after {
    background-image: linear-gradient(to right, rgba(175, 71, 229, 0.24) 0%, rgba(55, 0, 170, 0.24) 100%);
}
.post__content ul li {
    position: relative;
    padding-left: 23px;
}
.post__content ul li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #121212;
}
@media only screen and (max-width: 767px) {
    .post__content ul li:before {
        top: 9px;
    }
}
.post__content ol {
    counter-reset: li;
}
.post__content ol li {
    position: relative;
    padding-left: 23px;
}
.post__content ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    text-align: center;
    counter-increment: li;
    content: counters(li, ".") ". ";
}
.post__note {
    position: relative;
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0px 0px 0px 1px rgba(176, 163, 197, 0.16), 0px 10px 36px 0px rgba(0, 0, 0, 0.16);
}
.post__note:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: -8px;
    right: -8px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(0deg, #A86FCE 0%, #6F79D3 100%);
}
@media only screen and (max-width: 767px) {
    .post__note {
        padding: 24px;
    }
}