@media screen and (min-width: 960px){
    .homenews{
        flex-direction: row;
    }
    .homenewsleft{
        width: 70%;
    }
    .homenewsright{
        width: 30%;
    }
    .subcontaindemo{
        flex-direction: row;
    }
    .clipdemodiv{
        width: 50%;
    }
    .textdemodiv{
        width: 50%;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .homenews{
        flex-direction: row;
    }
    .homenewsleft{
        width: 65%;
    }
    .homenews{
        width: 35%;
    }
    .subcontaindemo{
        flex-direction: row;
    }
    .clipdemodiv{
        width: 50%;
    }
    .textdemodiv{
        width: 50%;
    }
}
@media screen and (max-width: 759px){
    .homenews{
        flex-direction: column;
    }
    .homenewsleft{
        width: 100%;
    }
    .homenews{
        width: 100%;
    }
    .subcontaindemo{
        flex-direction: column;
    }
    .clipdemodiv{
        width: 100%;
    }
    .textdemodiv{
        width: 1005;
    }
}
img{
    width: 98%;
    margin-top: auto;
    margin-right: auto;
    border-radius: 12px;
}
.rowHome{
    display: flex;
    flex-direction: row;
    margin-left: 30px;
}
.symbolHome{
    font-size: larger;
    font-weight: bold;
}
.symbolText{
    padding-left: 12px;
}
.homenews{
    display: flex;
}
.title_news_left{
    font-size: 20px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 9px;
}
.title_news_left a{
    color: black;
    text-decoration: none;
}
.descript_news_left{
    padding: 6px;
}
.art_news_right{
    padding: 6px;
    border-bottom: 0.5px solid rgb(167, 255, 171);
}
.subcontaindemo{
    display: flex;
}
.video{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
}

.titledemo h3 a{
    text-decoration: none;
    color: black;
}
