.card1678779234 {
    
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,0)!important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0.25rem;
}

.card1678779234 .mhead {
    text-align:center;
}

.card1678779234 .mtitle {
    color:#fff;
    font-size:26px;
    padding-bottom:20px;
    margin:20px 0;
    border-bottom:2px #fff solid;
}

.card1678779234 .mdesc {
    
}

.card1678779234 .mbody {
    
}

.card1678779234 .mcontent {
    
}

/*Module specific style*/
.card1678779234 .card {
    margin:3px;
    <!--overflow:hidden;-->
    background:transparent;
    border:0;
}

.card1678779234 .card-background {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index:1;
}

.card1678779234 .card-foreground {
    background:rgba(255,255,255,0);
    z-index:2;
}

.card1678779234 .card-header {
    text-align:center;
}

.card1678779234 .card-title {
    text-align:center;
}

.card1678779234 .card-title a{
   color:white
}
.card1678779234 .card-body {
    text-align:justify;
    padding:0;
}

.card1678779234 .card-image {
    text-align: center;
}

.card1678779234 .card-image img {
    width:256px;
    height:280px;
}

.card1678779234 .card-icon {
    text-align: center;
    font-size: 75px;
    padding: 15px 0;
}

.card1678779234 .card-text {
    font-size:small;
    text-align:center;
}

.card1647172899 .image-link {
    text-align:center;
}

.card1678779234 .list-group {
    font-size:smaller;
}

.card1678779234 .list-group li {
    background:rgba(255,255,255,0.9);
}

.card1678779234 .card-link {
    font-size:smaller;
}
/*Module specific style*/

@media (max-width: 767px) {
	   .card1678779234 .card-image img {
    width:110px;
    height:127px;
}
.card1678779234 .card-title a {
    font-size:17px;
       
}

}
@media (min-width: 768px) and (max-width: 991px) {
    .card1678779234 .card-image img {
    width:150px;
    height:180px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
   .card1678779234 .card-image img {
    width:150px;
    height:180px;
}	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 364px) and (max-width: 575px){
	   .card1678779234 .card-image img {
    width:200px;
    height:230px;
}
}