.news_con{
    max-width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.news_con h1{
    font-size: .55rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.news_con p{
    font-size: 0.46666666rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.news_con img{
    max-width: 100%;
    display: block;
}