@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


body {
    margin: 0;
    font-family: Roboto ;
    line-height: 1.5;
    color: #212529;
    background: #E5E5E5;
    text-align: left;
    overflow-x: hidden;
    image-rendering: -webkit-optimize-contrast;
}
a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0px;
}

p {
    padding: 0;
    margin:0;
}
.news {
    margin-top: 30px;
    padding-bottom: 60px;
}
.news .news_body{
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 22px;
    background: #ffffff;
}
.news .news_img img{
    width: 100%;
}
.news .news_img{
    padding-left: 30px;
}
.news .right_txt .top{
    padding: 0px 15px 0px 0px;
    margin-bottom: 16px;
}
.news .right_txt .news_title{
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;   
    width: 100%;
}
.news .right_txt .days_txt {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    text-align: right;
    width: 25%;
}
.news .right_txt .news_txt{
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
    margin-right: 15px;
}

@media screen and (max-width: 576px){
    .news .news_body{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news .right_txt .top{
        margin-top: 16px;
    }
    .news .right_txt .top {
        padding: 0px 0px 0px 0px;
    }
    .news .news_img {
        padding-left: 15px;
    }
    .news .right_txt .news_title {
        font-size: 18px;
        width: 80%;
    }
    .news .right_txt .days_txt {
        font-size: 12px;
        width: 22%;
    }
}