.funkcie-card{display:flex;flex-direction:column;background-color:var(--wp--preset--color--secondary-blue);color:var(--wp--preset--color--basic-white);border-radius:var(--wp--custom--radius-card);padding:var(--wp--preset--spacing--80) 3.5rem var(--wp--preset--spacing--32) 3.5rem;font-size:var(--wp--preset--font-size--medium);max-width:100%;min-height:28rem;flex-grow:1;gap:var(--wp--preset--spacing--24);}
.funkcie-heading-excerpt{display:flex;flex-direction:column;text-align:center;height:100%;margin-bottom:auto;gap:var(--wp--preset--spacing--16);}
.funkcie-card *{margin:0;}
.funkcie-card .excerpt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;}
.funkcie-card .testimonial-bottom{margin-top:auto;}
.funkcie-card .wp-element-button{width:fit-content;margin:0 auto;}
.funkcie-card-bottom{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--16);}
.funkcie-card-profile{display:flex;flex-direction:row;gap:var(--wp--preset--spacing--16);align-items:flex-start;justify-content:flex-start;}
.funkcie-card-name{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--4);align-items:flex-start;}
@media screen and (max-width:1080px){
.funkcie-card{min-height:fit-content;height:fit-content;padding:var(--wp--preset--spacing--40);}
}
@media screen and (max-width:781px){
.funkcie-card{min-height:100%;height:100%;}
.funkcie-card .wp-element-button{width:100%;}
.funkcie-card .testimonial-bottom{margin-top:0;}
}
@media screen and (max-width:481px){
.funkcie-card {
padding-left: 3em;
padding-right: 3em;
}
}