.page_default {
    padding-top: 20px;
    padding-bottom: 0;
}
.page_default h1.h1 {
    margin: 0;
    max-width: 655px;
}
.content_post {
    margin-top: 40px;
}
.content_post .image_post{
    width: 100%;
}
.content_post .image_post img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}
.page-descr {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 60px;
    font-weight: 500;
    font-family: var(--raleway-family);
    line-height: 130%;
}
.content_post .page-descr {
    margin-top: 30px;
}
.page-descr strong, .page-descr b {
    font-weight: bold;
}
.page-descr p:not(.h1) {
    font-family: var(--montserrat-family);
    line-height: 20px;
}
.page-descr h1, .page-descr .h1 {
    margin-bottom: 30px;
}
.page-descr ul {
    list-style: disc;
    padding-left: 40px;
}
.page-descr ul li {
    margin-bottom: 15px;
    font-family: var(--montserrat-family);
    line-height: 17px;
    color: #000000;
}
.page-descr ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
    .page_default .col8 {
        width: calc(100% / 12 * 10 - 28px);
    }
}
@media screen and (max-width: 576px) {
    .page_default .col10 {
        width: calc(100% - 28px);
    }
    .page_default .col8 {
        width: calc(100% - 28px);
    }
    .content_post .image_post img {
        min-height: 200px;
    }
}

.date {
    display: flex; /* Використовуємо flexbox */
    justify-content: flex-start; /* Вирівнюємо праворуч */
    align-items: center; /* Вертикальне вирівнювання */
	margin-right: 10px;
}

.reading_time, .post_views {
    margin-left: 10px; /* Відступ між елементами */
	display: flex;
    align-items: center; /* Вирівнювання іконок і тексту по вертикалі */
}

.reading_time svg, .post_views svg {
    margin-right: 5px; /* Відступ між іконкою і текстом */
    width: 14px; /* Ширина іконки */
    height: 14px; /* Висота іконки */
}