.ccm-page .img_trim-two{
	overflow: hidden;
    width: 100%;
    position: relative;
    height: 248px;
}
.ccm-page .img_trim-two img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ccm-page .ccm-md_card-two-text{
	border-bottom:1px solid rgba(0,0,0,.1);
	position:relative;
	font-size:0.9rem;
	padding:0 16px;
}
.ccm-page .ccm-md_card-two-text p{
	padding:16px 0;
}
.ccm-page .ccm-md_card-two-text p:last-child{
	margin:0 auto;
}
.ccm-page .ccm-md_card-two-title{
    margin:0;
	position:absolute;
    top:-40px;
    color:#fff;
}	
.ccm-page .ccm-md_card-two .button-text{
	margin:8px;
}
@media (max-width:768px){
.ccm-page .ccm-md_card-two-title{
	font-size: 6vw;
}	
}
@media (min-width:769px){
.ccm-page .img_trim-two{
    height: 112px;
}
}
@media (min-width:992px){
.ccm-page .img_trim-two{
    height: 160px;
}
}
@media (min-width:1200px){
.ccm-page .img_trim-two{
    height: 208px;
}
}
