.has-background .grid_wrapper {
		
	 /* background: white; */
}
.grid_parrent{
    padding-left: 0;
    padding-right: 0;
	grid-column-gap: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 0;
	padding-right: 7vh;

	display: grid;
grid-template-columns: repeat(5,[col-start] 1fr);
grid-template-columns: repeat(3,[col-start] 1fr);
grid-template-rows: repeat(2,[row-start] .2fr);
}
.grid_inner {
	grid-column: 1/-1;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 28px 0;
}
.grid_item.grid-element:first-child {
	padding-right: 1vw;
	grid-row: third-line / 3;
	justify-self: start;
grid-area: 2 / col2-start / last-line / 1;
}
.grid_item.grid-element:not(:last-child) {
/*	border-right: 1.5px dashed; */
}
.grid_item {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding: 20px 0;
	text-align: center;
	z-index: 1;
}
.grid_item:not(:first-child) {
	/* margin-left: 6%; */
	padding-left: 2%;
	padding-right: 2%;
}
.grid_item:nth-child(2) {
	/* grid-row: third-line / 3; 
	grid-column: 3 / 2;
	grid-area: 1 / col3-start / last-line/ 3; */
	grid-area: main;
	grid-area: 1 / 2 / last-line / 2;
justify-self: start;
}
.grid_item:nth-child(3) {
  justify-self: start;
  grid-column: 2 / span 1;
  grid-row: 2 / 2;
}
.grid_inner > :last-child {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  z-index: 1;
  grid-column: 4 / 2;
  grid-row: third-line / 4;
  grid-area: 1 / col4-start / last-line / 2;
  justify-self: end;
}

/*--- Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


.grid_inner > :last-child {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	z-index: 1;
	grid-column: 2 / 1;
	grid-row: 1 / 1;
	/* grid-area: 1 / col4-start / last-line / 2; */
	justify-self: end;
	padding-left: 0;
	left: 25px;
	position: relative;
	padding-right: 0;
	width: 307px;
}

.grid_item.grid-element:first-child {
	padding-right: 0;
	grid-row: third-line / 3;
	justify-self: baseline;
	grid-area: 2 / 1 / last-line / 2;
	/* padding-left: 6px; */
	position: relative;
	left: 3%;
}



.grid_item:nth-child(2) {
	grid-row: third-line / 3;
	grid-column: 3 / 2;
	grid-area: 9 / 2 / last-line/ 1;

	justify-self: center;

	position: relative;
	left: 11%;

}

.grid_item:nth-child(3) {
	justify-self: stretch;
	grid-column: 1 / span 1;
	grid-row: 2 / 2;
	padding-left: 21%;
}





.grid_inner {

	grid-row-gap: 23px;
	
}


}
