body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	border: 0;
	height: 256px;
}

.container {
	width: 461px;
	padding-right: 5px;
    	padding-left: 5px;
   	 margin-right: auto;
	padding-top: 12px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


.item {
	background: url('../img/bgrep.png');
    border-radius: 10px;
    width: 80%;
    padding: 20px;
	min-height: 410px;
    max-height: 410px;
    margin: 0 20px;
    margin-bottom: 15px;
}


.img-fluid {
	width: 100%;
	height: 100%;
}

.item_title {
    font-size: 15pt;
    color: white;
    text-decoration: none;
    font-family: Arial;
    font-weight: 100;	
	margin: 25px 0px;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden;
}

.item_title a {
    font-size: 20pt;
    color: white;
    text-decoration: none;
    font-family: Arial;
    font-weight: 100;
	margin: 25px 0px;
}

.text-lt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.item-news {
    font-size: 18px;
    line-height: 20px;
	min-height: 60px;
    max-height: 60px;
    overflow: hidden;
	color: #d4d4d4;
}

.item_date{
	color: #9c9c9c;
    font-size: 13pt;	
	width: 73%;
}

.read-more {
	color: #ffd400;
    font-size: 13pt;
	text-decoration: none;	
}


.read-more:hover{
	color: #4fe8d3;
}




