.template-20__benefits {
    padding: 35px 0 30px;
    width: 100%;
}
.template-20__benefits--text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}
.template-20__benefits--text p{
    text-align: left;
}
.template-20__benefits--block {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.template-20__benefits--image {
    width: 100%;
    max-width: 242px;
    margin-right: 30px;
}
.template-20__benefits--image img{
    display: block;
    width: 100%;
}
.template-20__benefits.black-bg .template-20__benefits--text {
    color: #ffffff;
}
.template-20__benefits.black-bg .newArticle__title {
    color: #ffffff;
}
.template-20__benefits.white-bg .template-20__benefits--text {
    color: #000000;
}
.template-20__benefits.white-bg .newArticle__title {
    color: #000000;
}

.template-20__benefits.black-bg {
    background-color: #000000;
}
.template-20__benefits.white-bg {
    background-color: #ffffff;
}
.template-20 .tmj-personalized-block {
    min-height: 398px;
    padding: 67px 0;
    background-size: cover;
}
.template-20 .tmj-personalized-block .newArticle__title{
    color: #ffffff;
}
.template-20 .tmj-personalized-block .newArticle__text{
    color: #ffffff;
    text-align: center;
    max-width: 832px;
    margin: 0 auto;
}
.template-20 .block-pt__notes .container .syndrome--notes-block__text {
    width: 100%;
}

@media (max-width: 1024px) {
    .template-20__benefits--block {
        flex-direction: column;
    }
    .template-20__benefits--image {
        max-width: 442px;
        margin: 0 auto 40px;
    }
}