.smi-list .item-smi {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}


.smi-list .item-smi-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
}

.smi-list .item-smi .item-smi-name {
	font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #1b202d;
	
}


.smi-list .item-smi .item-smi-name:hover {
	color: #3D61E0 !important;
	text-decoration: none;
}


.smi-list .mini-smi .item-smi-name {
	padding-bottom: 15px;
}

.smi-list .item-smi .item-smi-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

.smi-list .item-smi .item-smi-info .item-smi-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.prev-text {
	margin-bottom: 20px;
}