a {
    text-decoration: none;
}

.news {
    margin-top: 48px;
    padding: 0 10px;
}

.news .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.news .header .h {
    color: #005993;
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
}

.news .view-more {
    color: #005993;

    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.news .lst {
    margin-top: 25px;
    display: flex;
    width: 100%;
    height: 400px;
    gap: 30px !important;
    transition: .5s;
    padding: 0px 10px;
    transform: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.news .item {
    height: 380px;
    width: 60%;
    flex-shrink: 0;
    padding: 16px;
    flex-direction: column;
    box-shadow: 0px 4px 21.2px 0px rgba(0, 0, 0, 0.06);
}

.news .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 4px;
}

.news .item p {
    height: 100%;
    max-height: 100px;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.news .item .title {
    margin-top: 15px;
    color: var(--subtle, #20567B);

    /* Paragraph/Header/M */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    height: 100%;
    max-height: 60px;
    /* 140% */
}

.news .item .sum {
    display: none!important;
    color: var(--subtlest, #799AB0);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
    max-height: 95px;
    text-align: justify;
    padding-top: 20px;
}

.news .item .date {
    color: var(--subtle, #20567B);
    padding-top: 10px;
    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.news .box {
    overflow: hidden;
    border-radius: 4px;
}