.go_community ul { background: #fff; padding: 10px 15px; border-radius: 5px; border-radius: 10px; padding: 30px; } 
.go_commu_box { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; } 
.go_community ul li:last-child .go_commu_box { padding-bottom: 0; } 
.go_commu_ctt { display: flex; width: 95%; align-items: center; } 
.go_commu_thumb { background: none; width: fit-content; height: auto; } 
.go_commu_thumb a { width: 110px; color: #b3b7c1; display: block; padding: 4px 0; font-weight: 400; font-size: 14px; text-align: left; letter-spacing: -0.5px; } 
.go_commu_comments { color: #000; width: 20px; height: 20px; border-radius: 20px; text-align: center; font-size: 10px; line-height: 20px; font-weight: bold; color: #fff; background: #000; } 
.go_commu_comment img{width:12px;position:relative;top:-2px;margin-left:2px;}
.go_commu_comment .latest-comment { margin-left: 0; } 
.go_commu_comment span { color: #3f6dda; font-weight: 600; } 
.go_commu_subject { overflow: hidden; display: block; font-size: 16px; color: #000; font-weight: 500; width: 80%; text-overflow: ellipsis; white-space: nowrap; } 

@media screen and (max-width:768px){
 .go_commu_ctt { flex-wrap:wrap;width:90%;} 
 .go_commu_thumb, .go_commu_subject { width:100%; } 
 .go_community ul { padding: 20px; } 
 .go_commu_box { padding-bottom: 13px;align-items: end; } 
 .go_commu_thumb a { width:100%; font-size: 13px; margin-right:0; } 
 .go_commu_subject { font-size: 14px; line-height: 23px; } 
 .go_commu_comment span { font-size:11px;position:relative;top:0px;} 
    .go_commu_comment{display:Flex;align-items:center;position:relative;top:-4px;}
    .go_commu_comment img{top:-1px;width:11px;margin-left:3px;}
 }