

.product-blog {
    display: flex;
    margin: 40px 0;
    width: 100%;
    justify-content: space-between;
}
.product-blog img {
    display: block;
    float: none !important;
    box-shadow: none !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 0px !important;
    width: 300px !important;
    max-width: 300px;
    height: auto !important;
    margin: 0;
}
.product-blog .product-blog__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #CC3333;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.product-blog .product-blog__descr {
    max-width: 65%;
    padding-left: 30px;
}
.product-blog .product-blog__descr p {
    line-height: 24px;
    margin: 0;
}


.blog-content-main .block-2 {
    background: #F4F4F4;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
}
.blog-content-main .block-2 .block-2__text {
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.blog-content-main .block-2__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    background: #E91629;
    border-radius: 5px;
    min-width: 185px;
    padding: 0;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1100px) {
    .product-blog {
        flex-direction: column-reverse;
        margin: 30px 0;
    }
    .page-text-block .product-blog img {
        margin: 15px auto 0 !important;
    }
    .product-blog .product-blog__descr {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .product-blog .product-blog__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .page-text-block .product-blog img {
        width: 80vw !important;
        height: 80vw !important;
        margin: 20px auto 0!important;
    }

    .blog-content-main .block-2 {
        flex-direction: column;
        padding: 20px;
    }
    .blog-content-main .block-2 .block-2__text {
        font-size: 16px;
        line-height: 23px;
        margin: 0;
    }
    .blog-content-main .block-2__btn {
        width: 60%;
        margin-top: 12px;
    }
}