.custom-card{background:#f9f9f9;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;width:100%}.custom-card__image{background-position:50%;background-size:cover;flex:2;height:0;padding-top:66.66%}.custom-card__content{background-color:#f0f0f0;flex:1;padding:16px;text-align:center}.custom-card__content h3{font-size:1.25rem;margin:0 0 8px}.custom-card__description{color:#333;font-size:1rem}.custom-card--horizontal{flex-direction:row;height:250px}.custom-card--horizontal .custom-card__image{flex:1;height:auto;padding-top:0}.custom-card--horizontal .custom-card__content{display:flex;flex:1;flex-direction:column;justify-content:center;text-align:left}