.cont__wrapper {
	padding: 5%;
	font-size: 18px;
	line-height: 1.8;
}


.delete_button {
	margin-left: 20px;
	font-size: 18px;
	cursor: pointer;
}


@media only screen and (max-width: 840px) {
	.cont__wrapper {
		padding: 5%;
		font-size: 15px;
		line-height: 1.8;
	}
	
	
	.delete_button {
		margin-left: 20px;
		font-size: 15px;
		cursor: pointer;
	}
}