The following color-section got custom-class: overlap

and to see better shift amount without padding

column with custom-class: shift-up

@media (min-width:768px) {
	.overlap .entry-content-wrapper {
	  display: flex;
	  justify-content:space-around;
	  align-items: flex-start;
	}

	.flex_column.shift-up {
	    top: -80px;
	    align-self: flex-start;
	}

	.flex_column.shift-down1 {
	    bottom: -100px;
	    align-self: flex-end;
	}

	.flex_column.shift-down2 {
	    bottom: -50px;
	    align-self: flex-end;
	}
}

column with custom-class: shift-down1

Click here to add your own text

column with custom-class: shift-down2

Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text Click here to add your own text

Hello