.chess__blocks__wrapper {
    margin-top: 50px;
}

.chess__blocks__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.chess__blocks__box:nth-child(even) {
    flex-direction: row-reverse;
}

.chess__blocks__box:nth-child(even) .chess__blocks__content {
    margin-right: 100px;
    margin-left: 0;
}

.chess__blocks-img {
    width: 100%;
    max-width: 520px;
    height: 417px;
}

.chess__blocks__content {
    width: 65%;
    margin-left: 100px;
}

.chess__blocks__title_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.chess__blocks-name {
    width: 75%;
    font-family: ProximaNova, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chess__blocks-data {
    color: #BFBFBF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chess__blocks-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.chess__blocks-btn {
    width: 45%;
}

.section__single {
    margin-bottom: 30px;
}

.section__single__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.single__box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.single__header__text:first-child {
    margin-right: 50px;
}

.single__header__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content__wrapper {
    margin-bottom: 50px;
}

.post_single-img>img{
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .chess__blocks__content {
        width: 100%;
        margin-left: 30px;
    }

    .chess__blocks__box:nth-child(even) .chess__blocks__content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .chess__blocks__box, .chess__blocks__box:nth-child(even) {
        flex-direction: column;
    }

    .chess__blocks-img {
        max-width: 800px;
        margin-bottom: 35px;
    }

    .section__single__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .chess__blocks__content {
        margin-left: 0;
    }

    .chess__blocks__box:nth-child(even) .chess__blocks__content {
        margin-right: 0;
    }

}

@media (max-width: 768px) {
    .chess__blocks__wrapper {
        margin-top: 25px;
    }

    .chess__blocks-img {
        height: 235px;
        margin-bottom: 15px;
    }

    .chess__blocks-btn {
        width: 100%;
    }

    .chess__blocks__content {
        margin-left: 0;
    }

    .chess__blocks__box:nth-child(even) .chess__blocks__content {
        margin-right: 0;
    }

    .chess__blocks__title_wrapper {
        align-items: flex-end;
        flex-direction: column-reverse;
    }

    .chess__blocks-name {
        width: 100%;
    }

    .chess__blocks-data {
        margin-bottom: 15px;
    }

    .single__box {
        width: 100%;
        justify-content: space-between;
    }
}