.image1 {
    
}

.image1 .mhead {
    
}

.image1 .mtitle {
    
}

.image1 .mdesc {
    
}

.image1 .mbody {
    text-align:center;
}

.image1 .mcontent {
        margin: 20px;
}

/*Module specific style*/
.image1 .mcontent img {
       border-radius: 5px;
    height: auto;
    width: 120px;
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}