/* Styles form page blocks */

.row2	{
		display: flex;
		      flex-wrap: wrap;
		}

.col2	{
		flex: 1 0 18%;
		       margin: 0;
		      background: tomato;
		      height: 50px;
		      color: white;
		      display: flex;
		      align-items: center;
		      justify-content: center;
		}

/* END Styles form page blocks */

