/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.card-bkg-white {
	background-color: #ffffff !important; 
	border: solid 2px #e6e7e8; 
	border-radius: 0px 18px; 
	padding: 20px 30px;
	font-size: 16px;
	align-content: middle;
}

card-header.truncate {
  height: 63px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-loop div.card-block {
/*     min-width:unset !important; */
}

@media screen and (max-width:450px) {
    .content.blog_explore_more {
        grid-template-columns:auto !important;
    }
}
