.even-col-wrap{
    display: flex;
    gap:1rem;
	margin-bottom:1rem;
}
.even-col{
    max-width:100%;
    flex:1;
}
.verbiage{
    padding-top:1rem;
}
.even-col h3{
    background-color: #900;
    background: url('/commcms/_resources/images/rays/button-1.png') #900 0 0 no-repeat;
    background-size: cover;
    color:#fff !important;
    margin:0;
    letter-spacing: 0.005em !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    text-rendering: optimizeLegibility;
    font-family: "museo-slab" !important;
    padding: 16px 10px !important;
    text-align: center;
    text-transform: uppercase !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media all and (max-width:480px){
	.even-col-wrap{
		flex-direction:column;
	}
}
@media all and (max-width:1080px) and (orientation:landscape){
	.even-col{
		padding:0px;
	}
}