
.program-ideas-and-resources-section .image-grid2 {
    @media (min-width: 800px) {
        .column.image-tile {
            flex: 0 0 30%!important;
            height:430px;
        }
        .image-tile-wrap {
            height:200px!important;
        }
        .image-tile-text {
            height:100%;
        }
        .image-tile-title-content {
            font-size:1.3rem;
        }
    }
    .column.image-tile {
        box-shadow:none!important;
        border-radius:0!important;
    }
    .image-tile-wrap {
        border: 3px solid #fff;
    }
    .image-tile-title, .image-tile-text {
        text-align:center;
    }
    .image-tile-text-content {
        padding-bottom:15px;
    }
    .learnmore a {
        background: #9B1E5F!important;
        border: none;
        border-radius: 8px!important;
        padding:.6em 1em;
        text-decoration:none!important;
    }
    .learnmore a:hover {
        background: #ab246a!important;
    }

}
