.owl-dots {
	text-align: center;
	margin-top: 15px;
}
.owl-dot {
	display: inline-block;
	height: 8px !important;
	width: 8px !important;
	background-color: #46C5D4 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #B2539F  !important;
	width: 32px !important;
	height: 8px !important;
	border-radius: 36px !important;
}

.titlcrdmm {
	color: #B2539F;
	font-family: rubik;
	size: 36px;
	font-weight: 700;
	line-height: 25px;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 10px;
}

.imgcrdmm {
	padding-right:20px;
	margin-bottom: -40px;
    max-height: 120px;
}

.imgcrdmm:hover { 
transform: scale(1.15); 
}



.contecrdmm {
	
   color: #B2539F !important;
	font-family: Source Sans;
	size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.prgcrdmm {
	color: #000 !important;
	max-width: 75%;
}

.single-logo.contcardmm {
	background-color: #ffffff;
	height: 260px;
	border-radius: 36px;
	margin: 5px;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 15px 20px;
	-webkit-box-shadow: 3px 2px 14px -4px rgba(120,114,120,1);
-moz-box-shadow: 3px 2px 14px -4px rgba(120,114,120,1);
box-shadow: 3px 2px 14px -4px rgba(120,114,120,1);
}


.single-logo:hover { 
transform: scale(1.03); 
}


Media QUery

h3.titldrcmmz {
    font-size: 24px !important;
    line-height: 24px;
}

p.contecrdmm {
    line-height: 20px;
}



@media only screen and (max-width: 550px) {
	h3.titldrcmmz {
		font-size: 24px !important;
		line-height: 24px;
	}
	
	p.contecrdmm {
		line-height: 20px;
	}
  }