@import "style.css";
@import "/css/fontawesome/css/all.css";
@import "/css/jquery-ui.css";
.a_content{float: left;width:98%;padding:0 1% 50px;background: #ededed;margin-bottom: 20px;}
.img{width: 60%;margin: 20px 20% 30px;}
.img img{width: 100%;height:100%;object-fit:cover;border-radius:8px;}
h1{padding:0 1%;width:98%;float: left;font-size: 1.3rem;}
.text{padding:0 1%;width:98%;float: left;line-height: 25px;text-align: justify;}
.more_articles{float: left;width: 98%;padding: 20px 1%;background: #ededed;}
.related{float: left;width:23%;margin:0 1%;}
.related img{width:100%;height:180px;object-fit:cover;}
.related h3{color: #464646;font-size: 0.85rem;height: 50px;line-height: 25px;overflow: hidden;text-align: justify;}
@media (max-width:600px){
	.img {width: 96%;margin: 20px 2% 30px;}
	h1 {font-size: 1.1rem;}
	.related {width: 98%;}
}