.elementor-4908 .elementor-element.elementor-element-19e0083{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}@media(max-width:1024px){.elementor-4908 .elementor-element.elementor-element-19e0083{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-aeb369d */.acf-project-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.acf-project-card{
    display:block;
    text-decoration:none;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.acf-project-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

.acf-project-image{
    aspect-ratio:4/3;
    overflow:hidden;
}

.acf-project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.acf-project-card:hover img{
    transform:scale(1.08);
}

.acf-project-card h3{
    margin:18px;
    font-size:22px;
    color:#222;
    line-height:1.4;
    text-align:center;
}

/* Tablet */

@media(max-width:1024px){

.acf-project-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.acf-project-card h3{
    font-size:20px;
}

}

/* Mobile */

@media(max-width:767px){

.acf-project-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.acf-project-card h3{
    font-size:18px;
    margin:15px;
}

}/* End custom CSS */