* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../images/bg-image.png');
}

.item {
	background-color: #667844;
	width: 400px;
	margin: 10px; 
	padding: 15px;
	height: 320px;
	border-radius: 16px;
}

.item-2 {
	height: 400px;
}

.txt-preview {
	margin-top: -5px;
	height: 45px;
	width: 100%;
	background-color: #F0F2F7;
	border-radius: 0 0 16px 16px;
}
.txt-preview p{
	padding-left: 25px;
}

img {
	border-radius: 16px 16px 0 0;
}