   .fundings .title {
       border-bottom: 1px solid #e6e6e6;
       text-transform: uppercase;
       color:#9F9F9F;
       font-size: 1.4em;
       margin-bottom: 40px;
   }
   .fundings_per_country .col {
   		width: 48%;
        float: left;
        margin-bottom: 30px;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #CFCFCF;
        margin-right: 2%;
        min-height: 360px;
   }
   .fundings_per_country .short {
       min-height: 190px;
   }
   .fundings_per_country .col img{
   		width: 90%;
   		max-width: 200px;
   }
   .img_container {
   		min-height: 105px;
   }
   .funding_title {
   		font-size: 1.2em;
   		font-weight: bold;
   		background-color: #e6e6e6;
   		margin-bottom: 20px;
   		padding: 5px;
   }
   .description {
   	text-align: justify;
   	padding: 10px;
   }
   @media (max-width: 1000px) {
	    .fundings_per_country .col {
	    	width: 100%;
	    }
	}
