.block-featured-projects{position:relative;padding:60px 0}
.block-featured-projects .title{margin-top:0;margin-bottom:29px}
.block-featured-projects .text{margin:0 auto;text-align:center;font-size:1rem;line-height:1.625rem;font-weight:normal;letter-spacing:.16px;width:100%;max-width:715px;margin-bottom:40px}
.block-featured-projects .projects{margin-bottom:60px;display:grid;grid-template-columns:repeat(1,1fr);width:100%;gap:30px}
.block-featured-projects .projects .project{position:relative;width:100%;border-bottom:1px solid #d5d8c5;padding-bottom:20px}
.block-featured-projects .projects .project:last-child{border-bottom:0}
.block-featured-projects .projects .project:not(:last-child)::after{content:"";position:absolute;top:-10px;right:-30px;width:1px;height:100%;background-color:#d5d8c5}
.block-featured-projects .projects .project .image{position:relative;width:100%;height:auto;aspect-ratio:1.48/1;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;overflow:hidden}
.block-featured-projects .projects .project .image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.block-featured-projects .projects .project .image img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}
.block-featured-projects .projects .project a,.block-featured-projects .projects .project .title{text-align:left;font-size:1rem;line-height:1.625rem;font-weight:normal;letter-spacing:0;color:#00335c;text-decoration:none}
.block-featured-projects .projects .project .title{margin-bottom:0}
.block-featured-projects .projects .project .title:after{content:"";mask:url("/wp-content/themes/edg/assets/icons//arrow.svg") no-repeat center;-webkit-mask:url("/wp-content/themes/edg/assets/icons//arrow.svg") no-repeat center;mask-size:contain;-webkit-mask-size:contain;background-color:#03ce73;width:.75rem;height:.75rem;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;display:-webkit-inline-box;display:inline-flex;margin-left:10px;margin-top:2px}
.block-featured-projects .projects .project a:hover .title{color:#02854a}
.block-featured-projects .projects .project a:hover .title:after{margin-left:15px}
.block-featured-projects .cta{width:100%;text-align:center}
@media(min-width:640px){.block-featured-projects .projects{gap:60px;grid-template-columns:repeat(2,1fr)}
.block-featured-projects .projects .project{padding-bottom:0;border-bottom:0}
}@media(min-width:768px){.block-featured-projects{padding:100px 0}
.block-featured-projects .text{margin-bottom:70px}
}@media(min-width:992px){.block-featured-projects .projects{grid-template-columns:repeat(4,1fr)}
.block-featured-projects .projects .project:not(:last-child)::after{top:-20px;height:180px}
.block-featured-projects .projects .project a,.block-featured-projects .projects .project .title{font-size:1.125rem;line-height:1.75rem}
}@media(min-width:1280px){.block-featured-projects .projects .project:not(:last-child)::after{height:240px}
}@media screen and (max-width:991px){.block-featured-projects .projects .project:not(:last-child):nth-child(even)::after{display:none}
}@media screen and (max-width:639px){.block-featured-projects .projects .project:not(:last-child)::after{display:none}
}