.t-page-news-item {
    display: flex;
    padding-top: 176px !important;
}

.t-page-news-item-header {
    color: #100E1C;
    font-family: "Roboto Slab";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 35px;
}

.t-page-news-item__menu {
    flex-basis: 17%;
}

.t-page-news-item__content {
    flex-basis: 70%;
}

.t-page-news-item__date {
    margin-bottom: 32px;
    display: flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #F1EFF5;
    color: #100E1C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: fit-content;
}

.t-page-news-item-preview-image {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 32px;
}

.t-page-news-item-preview-image img {
    width: 100%;
}

.t-page-news-item-content h3 {
    margin-top: 64px;
    margin-bottom: 24px;
    color: #100E1C;
    font-family: "Roboto Slab";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.t-page-news-item-content p {
    color: #100E1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 1600px) {
    .t-page-news-item__menu-comeback .comeback-btn svg {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .t-page-news-item {
        padding-top: 100px !important;
    }

    .t-page-news-item__menu {
        display: none;
    }

    .t-page-news-item__content {
        flex-basis: 100%;
    }

    .t-page-news-item-header {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .t-page-news-item-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .t-page-news-item-header {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .t-page-news-item__date {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 16px;
    }
}
