﻿.my-news-bottom .p-side-right {
    padding-top: 0;
}

.WImgNewRHome img {
    height: 205px;
}

.WTitleRNewHome h5 {
    -webkit-line-clamp: 2;
    line-height: 145%;
    font-size: 18px;
}

.WTitleRNewHome {
    margin-top: 5px;
}

.p-news-link__type2 .title {
    font-family: 'Montserrat-Medium';
}

li.p-news-item__type2 .WDateViewRHomeNew span {
    font-size: 13px;
}

.WDateViewRHomeNew span svg {
    width: 13px;
    height: auto;
    top: -1px;
}

.WViewNewHome {
    margin-left: 16px;
}

.WDateViewRHomeNew span {
    font-size: 15px;
}

.listNewsChildRight.side-news-item .p-news-list__type2 {
    column-gap: 0;
    row-gap: 0;
}

@media (max-width: 739px) {
    .WImgNewRHome img {
        height: 150px;
    }

    .listNewsChildRight.side-news-item .p-news-list__type2 {
        column-gap: 10px;
        row-gap: 10px;
    }

    .my-side-news .side-news-item {
        margin-bottom: 10px;
    }

    .listNewsChildRight.side-news-item > h3.title {
        font-size: 16px;
    }

    .my-news h1 {
        font-size: 30px;
    }

    .WTitleRNewHome h5 {
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 145%;
    }

    .my-news {
        padding-bottom: 25px;
    }
}