.collection_1_wrap{
	display: grid;
	grid-template-columns: 1.2fr 2.8fr;
}

.collection_top_bar{
	background: #93aacb;
	text-transform: uppercase;
	color: white;
	font-family: 'Oswald', sans-serif !important;
	 font-weight: 200 !important;
    font-size: 16px;
    letter-spacing: 1px;
	padding: 10px 30px 10px 55px;
/* 	text-align: right; */
}

.more_collections{
	color: #000;
	margin-right: 10px;
	 font-weight: 400 !important;
}

.collectionItems a{
		color: #fff;
	}

.collectionItems:after{
	content: '\2605';
	color: #fff;
	margin: 0 10px 0 10px;
}

.collectionItems:last-of-type:after{
	display: none;
}

.collectionImages{
	padding: 30px 30px 0px 30px;
	background: rgba(180, 6, 9, 0.7);
	display: grid;
	justify-content: center;
    box-sizing: border-box;
}

.collectionImages img{
	width: 100%;
    padding: 0px 30px 0px 0px;
}


.colection_1_text{	
padding: 30px 60px 30px 60px;	
background: rgba(255, 241, 197, 0.7);
}

.text_block_1{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;	
}

.text_block_1 li{
	    list-style: none;
	    float: none;
	    clear: both;
}

.text_block_1 li:before{
	content: "◼︎";
    display: block;
    float: left;
    width: 1.2em;
    font-size: 22px;
    color: #c51a1b;
}

.text_block_2{
    margin-bottom: 60px !important;	
}

.text_block_3{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;	
    display: grid;
    grid-template-columns: 1fr 2fr;
}


.text_block_3 li{
	    list-style: none;
}

.text_block_3 ul{
    margin-left: 0;
    padding-left: 0;
}

.text_block_3 li:before{
	content: "◼︎";
    display: block;
    float: left;
    width: 1.2em;
    font-size: 22px;
    color: #216598;
}

.extraBooklettCover{
box-sizing: border-box;
padding: 10px;
width: 100%;
}

._df_custom{
    cursor: pointer;
    background: none;
    background: rgba(180, 6, 9, 0.7) !important;
}

._df_custom img{
    cursor: pointer;
    box-sizing: border-box;
   padding:  10px;
   background: #216598 !important;
}

.pdf_caption{
    cursor: pointer;
    padding-bottom: 15px;
    text-align: center;
    background: #216598 !important;
    color: #fff; 
}


@media only screen and (max-width: 800px) {

    .text_block_3{
        display: block;
    }

}