 

.img_top_banner {
	width:90%;
	max-width:900px;
	margin:16px auto 0 auto;
}


.images_poverty_refugees {
	overflow: hidden; 
    margin:10px 0 0 0;
}

.img_poverty {
	margin:6px 0 6px 0;
	max-width:400px;
	width: 100%;
}

.img_refugees {
	margin:6px 0 6px 0;
	max-width:400px;
	width: 100%;
}

.image_container_un_hands {
	max-width:400px;
	margin:12px auto 0 auto;
}

@media screen and (min-width:550px){
	 
	 .images_poverty_refugees {
		overflow: hidden;
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
		 
	 
	 .img_poverty {
		padding:6px 10px 6px 0;
		
		width: 50%;
		 
	}
	
	 .img_refugees {
		padding:6px 0 6px 0;
		 
		width: 50%;
		 
	}
	 
	 
}





@media screen and (min-width:900px){
	 
	 
	 .img_poverty {
		padding:6px 10px 6px 0;
		max-width:400px;
		width: 50%;
		 
	}
	
	 .img_refugees {
		padding:6px 0 6px 0;
		max-width:400px;
		width: 50%;
		 
	}
	 
	 
}


.blockquote_line {
	box-shadow: #242424 3px 0px 0px 0px inset;
	box-sizing: inherit;
	margin: 0px 0px 0px -22px;
	padding: 0 18px 0 18px;
}
 
.blockquote_line_orange {
	box-shadow: #7d3805 3px 0px 0px 0px inset;
}



.blockquote {
  font-size: 1.3em;
  margin:50px auto;
  /* font-family:Open Sans; */
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 64px;
  border-left:8px solid #b8b8b8;
  line-height:1.5;
  position: relative;
  background:#f6f6f6;
  font-weight:400;
} 


.blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#b8b8b8;
  font-size:4em; 
  position: absolute;
  left: 10px;
  top:-10px;
}

.blockquote::after{
  content: '';
}

.blockquote .blockquote_credit {
  display:block;
  color:#636363;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


.blockquote_border_darkgray {
     border-left:8px solid #63635c;
}

.blockquote_border_darkgray::before{
  color:#63635c;
}

.blockquote_border_blue {
     border-left:8px solid #131672;
}

.blockquote_border_blue::before{
  color:#131672;
}



.suggested_reading_line {
	padding:12px 0;
	 
}

.suggested_reading_line::before {
  
  content: "\25AA"; /* Unicode bullet point character */
  font-size:23px;
  margin-right: 7px; /* Adjust spacing as needed */

}
/* #############################################################################################  */



