.collection_1_wrap{
	display: grid;
	grid-template-columns: 1.5fr 2.5fr;
}

.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;
	background: rgba(255, 227, 125, 0.7);
	display: grid;
	justify-content: center;
}

.collectionImages img{
	width: 100%;
}


.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;	
}

.text_block_3 li{
	    list-style: none;
}

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

