.flex-1 {
    flex: 1;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.col {
    flex-direction: column;
}

.post img {
    max-width: 890px;
    border-radius: 20px;
}

.post-intro p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.post-intro h1 {
    margin-bottom: 50px;
}

.gap-130 {
    gap: clamp(70px, 6.8vw, 130px);
}

.gap-20 {
    gap: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}


.align-center {
    align-items: center;
}


.post-intro {
    display: flex;
    gap: clamp(70px, 6.8vw, 130px);
}

.md-post-title {
    display: none;
}

.post .tags-container {
    width: unset;
}


.post article .subscribe-container {
    padding: var(--section-gap) 0 clamp(64px, 5vw, 105px);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.post article iframe {
    height: clamp(420px, 42vw, 800px);
    width: 100%;
    margin-bottom: 20px;
}

.post article a {
    color: var(--text-black);
    text-decoration: underline;
}

.post article h2 {
    margin-bottom: 50px;
}

.post article h3 {
    margin-bottom: 20px;
}

.post article p {
    margin-bottom: 39px;
}

.post article figure {
    width: 100%;
    margin-bottom: 39px;
}

.post article img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.images {
    display: flex;
    gap: 25px;
}

.images figure {
    border-radius: 20px;
    flex: 1;
}

.images figure img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1200px) {

    .post article h2 {
        padding: 50px 0 0 0;
        margin-bottom: 30px;
    }

    .images > figure:not(:first-child) {
        display: none;
    }

    article > .images > figure {
        width: 100%;
    }

    .post article > figure {
        width: unset;
        max-width: unset;
    }

    .post article > figure > img {
        border-radius: unset;
        margin-bottom: 0;
    }

    .post article figure {
        margin-bottom: 30px;
    }

    .post article p {
        margin-bottom: 30px;
    }

    .post figure {
        max-width: unset;
        width: unset;
        margin: 0 calc(0px - var(--layout-gutter));
        border-radius: 0;
    }    

    .lg-post-title {
        display: none;
    }

    .post-intro {
        gap: 43px;
        flex-direction: column-reverse;
    }

    .post-intro p {
        color: var(--text-grey-lite, #2A2A2A);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 24px */
        letter-spacing: 1px;
    }

    .post article figure {
        max-width: unset;
    }

    .md-post-title {
        display: block;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 1.4px;
        word-wrap: break-word;
        margin-bottom: 26px;
    }
}

@media (max-width: 670px) {
    article h2 {
        padding: 80px 0 0 0;
    }

    article h3 {
        font-family: e-Ukraine;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 28.8px */
        letter-spacing: 1.2px;
    }
}
