.elementor-13040 .elementor-element.elementor-element-5eb9fcd{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-584f09d */.container-cards{
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

.box-card{
    width: calc(33.3% - 20px);
    
}

.card{
    border-radius: 10px;
    overflow: hidden;
        display: flex;
    flex-direction: column;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 text-align: center;
}

#card-1{
    background-image: url('https://placehold.co/600x400');
    background-size: cover;
    height: 200px;
    background-position: center;
}

.card-body{
    padding: 0px 10px 15px    
}

.title-card{
    margin-top: 10px;
    text-align: center;
}

.page-container{
    padding: 30px 0;    
}

.page-container h3{
    margin-bottom: 20px;
}/* End custom CSS */