/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
Author: Daniel Culley
Text Domain: blocksy-child
*/
/* --------------------------------------- */
/* Template Parts Styles */
/* --------------------------------------- */

/* ---------------- */
/* Featured-project */
/* ---------------- */

.featured-project__image img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block; 
 }