
.box-image-link {flex:1; margin-bottom: 40px; background-color: #64696f; display: flex;}
.box-image-link a {  display: flex; flex-direction: column; color: #fff; width: 100%; }
.box-image-link:hover {  background-color: #164194; }
.box-image-link h2 { color: #fff; order: 1; align-self: center; font-size: 1.2em; line-height: 22px; padding: 18px 15px 30px; text-align: center; }
.box-image-link .image { }
.box-image-link .image img { width: 100%; height: auto;}

@media (min-width: 576px) {
    .dce-group-image_link { display: flex; gap: 1px;}
    .box-image-link { width: 33.33333%;}
}

@media (min-width: 768px) {
    .box-image-link h2 {font-size: 1.05em; }
}

@media (min-width: 992px) {
    .box-image-link h2 {font-size: 1.2em; }
}
