.button-link {
display: inline-block;
background: #d1f4fa;
margin: 0 10px;
text-transform: uppercase;
padding: 7px 30px;
border-radius: 5px;
box-shadow: 0px 11px 8px -14px rgb(0 0 0 / 25%);
cursor: pointer;
-webkit-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.button-link:hover {
box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
-webkit-transform: translate(0px, -10px) scale(1.2);
transform: translate(0px, -10px) scale(1.2);
background: #7bdaeb;

}

.html1759819493 {
    
}

.html1759819493 .mhead {
    
}

.html1759819493 .mtitle {
    
}

.html1759819493 .mdesc {
    
}

.html1759819493 .mbody {
    padding:30x 0px;
    text-align: center;
}

.html1759819493 .mcontent {
        padding: 11px 0;
    text-align: center;
}

/*Module specific style*/
.html1759819493 p {
    text-align:justify;
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    .html1759819493 .mcontent {
        max-height:270px;
        overflow-y:auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}