.main_container {
	column-count: 3; 
	column-gap: 10px; 
	margin: 0 auto;	            
	width:100%;
}

.card {
    break-inside: avoid;
    box-shadow: 0px 4px 6px #e8e8e8;
	border:1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 20px;
    margin: 0px 10px 20px 0px; 
	height:auto;
}
   
.text-container {
    display: flex; 
    align-items: center;
    margin-bottom: 20px;
}
   
.text-container img {
    width: 50px;
    height: 47px;
    border-radius: 50%;
    margin-right: 20px;
 }

    
 .card h1 {
    color: #2f579d;
    font-size: 15px;
    margin: 0;
	text-align: justify;
}
._country{
	font-size: 15px;
    color: #5e5e5e;
	font-family: Arial, sans-serif;
	letter-spacing: 0.5px;
	white-space: nowrap;
	text-align: left;
}
    
._text {
    font-size: 15px;
    color: #333;;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: left;
} 
.card .description{
    color: #5e5e5e;
    margin-top: 10px;
    font-size: 0px;
    width: auto;
    height: auto;
 }
.image-box{
	text-align: left;
	margin-top: 0px;
}
.image-box img {
	width: 18px;
	height: 20px;
	margin: 4px 0; 
}

.pagination {
  display: inline-block;  
}

.pagination a {
  color: #333333;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font-size:13px;
}

.pagination a.active {
  border:1px solid #d7d7d7;
  border-radius:5px;
  color: #cc3300;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.blue_heading_txt{font-size:24px;}
