@media screen and (min-width: 960px){
    .containSingNews{
        flex-direction: row;
    }
    .imgSingNews{
        width: 30%;
    }
    .descriptSingNews{
        width: 70%;
    }
}

@media screen and (min-width: 760px) and (max-width: 959px){
    .containSingNews{
        flex-direction: row;
    }
    .imgSingNews{
        width: 35%;
    }
    .descriptSingNews{
        width: 65%;
    }
}

@media screen and (max-width: 759px){
    .containSingNews{
        flex-direction: column;
    }
    .imgSingNews{
        width: 100%;
    }
    .descriptSingNews{
        width: 100%;
    }
}
article{
    border-bottom: 0.5px solid rgb(109, 131, 253);
}
.containSingNews{
    display: flex;
}
.imgSingNews img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9px;
}
h3 a{
    text-decoration: none;
    color: black;
}
.timeSingNews{
    font-size: 15px;
}
.video{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
}