<style>
.card {
	border:none!important;
}	

.card-body {
   	background: #78b41e!important;
   	color:#fff;	
}

.card-image {
		background-size: auto 100%; 
		background-repeat: no-repeat;  
		background-position: left top; 
}

.card-image-static {
		max-height:300px;
		max-width:450px;
 	  overflow: hidden;
}

.card-text {
		max-height:300px;
 	  overflow-y: auto;
    scrollbar-width: thin;
}

.col-12 card-text {
	max-height:none;
}

h5.card-title {
	font-weight:520;
  font-size:1.3em;
}

div.card-text.avia-green-bg p a {
		color:#648264;
}

div.card-text.avia-green-bg p a:hover {
		color:#ffffff;
}

.h-360 { min-height:360px; }
.h-370 { min-height:370px; }
.h-375 { min-height:375px; }

</style>
