@media screen and (min-width: 1080px) {
    .col-even2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 5rem;
        grid-row-gap: 0px;
    }
}

/* This was previously in the render.php but was broken so I've fixed it but kept it commented out for now */
/* @media (min-width: 901px) {
    .title-half-width {
        width: 50%;
    }
} */

.half_title {
    color: #012f24;
}
