﻿@media (max-width: 1239px) {
    .topTitleYoutube h5 {
        font-size: 34px;
    }

    .topTitleNews h5 {
        font-size: 34px;
    }

    .widgetBottomNewsHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 25px;
    }
}

@media(max-width: 739px) {
    .left-youtube-home {
        width: 100%;
        float: none;
    }

    .right-news-home {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .widgetBottomNewsHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(1,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 25px;
    }

    span.desNewsHome {
        text-align: justify;
    }

    .RightNewsBottomHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 25px;
    }

    .widget-youtube-news-home {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .topTitleYoutube h5 {
        font-size: 29px;
    }

    .topTitleNews h5 {
        font-size: 29px;
    }

    .topTitleNews a {
        font-size: 16px;
        position: relative;
        top: -6px;
    }

    .RightNewsBottomHome .widgetOneNewsHome:nth-child(1) span.desNewsHome {
        -webkit-line-clamp: 4;
    }

    .bottomItemYoutube {
        padding-top: 15px;
    }
}
