/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.image-link-gird-item a:hover { text-decoration: underline; color: white; }

.image-link-gird-item img { border-radius: 30px 30px 0 0; }

.image-link-gird-item p { border-radius: 0 0 30px 30px; }
/*# sourceMappingURL=elementimagelinkgrid.css.map */