h2.title{
    color: #000;
}
#maincontent .cardset h3{
    font-size: 1.25rem;
    /*margin:0;*/
}
#maincontent .cardset h4{
    font-size: 1.1rem;
}
#maincontent .cardset p{
    /*margin: 1rem 0 0 0;*/
    margin: 1rem 0;
}
.cardset .center-content{
	justify-content: center;
}
.cardset .card:hover{
	box-shadow: none;
}
.cardset .image-card{
	/*max-width: 190px;*/
    max-height: 150px;
}
.card-set-description{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
#content-column .cardset .icon-circle{ 
    max-width: 160px;
    max-height: 160px;
    height: 160px;
    width: 160px;
    line-height: 160px;
    margin: 1rem;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
    display: flex;
    border: 2px solid #EEE;
}
.cardset .icon-circle em{
    font-size: 5rem;
    /* margin: 2.5rem 0; */
    display: block;
    margin: auto;
}	
.cardset .card-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #dbdbdd;
    height: 100%;
    border-radius: 20px;
}
/* Card Image Masks */
.cardset .card-img-mask {
 	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  	height: auto;
  	overflow: hidden;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #EEE;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cardset .card-img-mask img {
	display: block;
	/*position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;*/
	margin: auto;
	transition: all 0.5s ease;
	max-width: none;
}