.flex_container_wide {
        display: flex;
        background-image: url("images/tiles4header.webp");
        align-items: center;
        justify-content: center;
        border-radius:15px;
        margin-bottom:0.75em;
        line-height:1.75;
}

.flex_container_wide::before {  /* little vertical line to cover the main::before horizontal line */
			background: rgba(225, 175, 141, 1);
			content: '';
			height: 30px; /* end at the footer */
			left: 50%;
			position: relative;
			top: 0;
			width: 1px;
}

.tile_header{
        width:25%;
        margin: 0 auto;
        font-family: 'Anton';
        font-size: 20px;
        font-weight: 500;
        height:30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #3e3e3e;
        text-align:center;
}
