﻿.home-news-btn span {
    color: #711A28;
    font-family: 'Inter_24pt-Medium';
    font-size: 15.743px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-right: 5px;
}

.p-news-item__type2 {
    transition: transform 0.3s;
}

    .p-news-item__type2:hover {
        transform: translateY(-5px);
        box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
    }

.home-news-btn {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 739px) {
    .home-news-btn span {
        font-size: 13.743px;
    }
}