/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


 .services-grid {backdrop-filter: blur(15px);}

 .blurred-5 {backdrop-filter: blur(5px);}


.eyebrow-title h2 {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-eyebrow-line {
    height: 2px;
	width: 30px;
    background: #3a6e9e;
    border-radius: 1px;
    display: block;
    margin-right: 10px;
}


