.product__content ul li {
    list-style: disc;
    margin-left: 20px;
}
.product__descr-block ul {
    margin-top: 20px;
}

.product__recomend-block ul {
    margin-top: 20px;
}
.section-text h2 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 5px;
}
.section-text h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

.news-detail__text h2 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 5px;
}
.news-detail__text h3 {
    margin-top: 15px;
    font-size: 18px;
}
.news-detail__text p {
    margin-top: 10px;
}

.news-detail__text ol li {
    margin-left: 20px;
}
.news-detail {
    width: 75%;
    float: left;
}
.news-detail img {
    padding: 20px;
}
.author {
    width: 25%;
    float: right;
    text-align: center;
}
.author img {
    border-radius: 200px;
    width: 260px;
}
.author span {
    margin-top: 20px;
    display: block;
    font-weight: bold;
}
@media (max-width: 768px) {
    .author {
        display: none;
    }
    .news-detail {
        width: 100%;
    }
}