@charset "utf-8";

.newsTitle{
    margin: 20vh 0 16px 0;
    font-size: 5vw;
    text-align: center;
}
.newsDate{
    font-size: 2vw;
    text-align: center;
}
.newsCap img{
    display: block;
    margin: 0 auto;
    margin-top: 5vh;
    height: auto;
    max-height: 150vh;
    width: 80vw;
    object-fit: contain;
}
.newsText{
    text-align: center;
    font-size: 2.4vw;
    width: 100%;
    margin: 10vh 0;
    line-height: 8vh;
    width: 90vw;
}
@media screen and (max-width:650px){
    .newsText{
    line-height: 3vh;
}
}