.practice__article-content {
    padding-left: 350px;
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
}

.practice__container-content .h4 {
    margin-bottom: 32px;
}

.member__text.base2 {
    margin-bottom: 32px;
}

.link_row {
    margin-bottom: 80px;
}

.article-content__section ul,
.article-content__section ol {
    max-width: 100%;
}

.colored {
    background-color: #234134;
    color: #ffffff;
}

.practice__article-content img {
    width: 100%;
}

.article-content__quote {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-content__quote .h4 {
    margin-bottom: 0;
}

.news__page .news__container-title {
    padding-bottom: 0;
}

.news__page .news__container-title {
    border-bottom: none;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.news__page .date.base2 {
    font-family: "TT Hoves Pro", sans-serif;
}

.read__more {
    padding-bottom: 180px;
}


.read__more .news__container-title {
    border-bottom: none;
}

.read__more .news__list {
    grid-template-columns: repeat(3, 1fr);
}

.read__more .news__item:first-child {
    grid-row: span 1;
    background-color: #ffffff;
    border-color: #1B1B1B4D;
}

.read__more .news__item:first-child:hover {
    background-color: #ffffff;
    border-color: #1B1B1B4D;
}

.news__item:first-child,
.news__item {
    min-height: 255px;
}

.read__more .btn__additional {
    border: none;
}

.practice__content .container h1 {
    margin: 0;
}

@media(max-width: 1040px) {
    .practice__article-content {
        padding-left: 0;
    }

    .news__container-title {
        gap: 32px;
    }

    .news__container-title p {
        display: block;
    }

    .link_row {
        margin-bottom: 60px;
    }

    .article-content__quote {
        margin: 60px 0;
    }

    .article-content__section ul,
    .article-content__section ol {
        margin-bottom: 60px;
    }

    .read__more {
        padding-bottom: 140px;
    }

    .news__item:last-child {
        display: none;
    }

    .read__more .news__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news__item:first-child {
        grid-column: span 1;
    }
}

@media(max-width: 955px) {}

@media(max-width: 767px) {
    .news__page .news__container-title {
        gap: 28px;
    }

    .practice__article-content {
        padding-top: 48px;
    }

    .link_row {
        margin-bottom: 51px;
    }

    .article-content__quote {
        margin: 48px 0;
    }

    .article-content__section ul,
    .article-content__section ol {
        margin-bottom: 48px;
    }
}