.elementor-4145 .elementor-element.elementor-element-a1c87e0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4145 .elementor-element.elementor-element-ca0c9f3{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4145 .elementor-element.elementor-element-92c6d99{text-align:center;}.elementor-4145 .elementor-element.elementor-element-92c6d99 .elementor-heading-title{font-family:"Prompt", Sans-serif;font-size:22px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4145 .elementor-element.elementor-element-199a26d{--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;}.elementor-4145 .elementor-element.elementor-element-d421331{text-align:center;}.elementor-4145 .elementor-element.elementor-element-d421331 .elementor-heading-title{font-family:"Prompt", Sans-serif;font-size:22px;font-weight:600;}.elementor-4145 .elementor-element.elementor-element-e75d0f9{--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;}.elementor-4145 .elementor-element.elementor-element-acbbf31{text-align:center;}.elementor-4145 .elementor-element.elementor-element-acbbf31 .elementor-heading-title{font-family:"Prompt", Sans-serif;font-size:22px;font-weight:600;}@media(min-width:768px){.elementor-4145 .elementor-element.elementor-element-ca0c9f3{--width:50%;}.elementor-4145 .elementor-element.elementor-element-199a26d{--width:50%;}.elementor-4145 .elementor-element.elementor-element-e75d0f9{--width:50%;}}/* Start custom CSS *//* Style just for Podcast cards */
.case-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #ccc;
    padding: 1em;
    box-sizing: border-box;
}

.case-card .thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 1em;
}

.case-card h3 {
    font-size: 1.2em;
    line-height: 1.4;
    min-height: 3.6em; /* ~2 lines of title text */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-card .description {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 1em;
}/* End custom CSS */