.card-simple-image {
	height: 300px;
}

.card-simple-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-simple-content {
	padding: 40px 20px;
}

.card-simple-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #669B41;
}

.card-simple-text {
	font-size: 16px;
}

@media only screen and (max-width: 480px){
    .card-simple-content {
        padding: 20px;
    }
}