.container{display:grid;grid-column-gap:30px;grid-template-columns:1fr;margin-bottom:50px}
.container article{display:block;margin-bottom:30px}
@media only screen and (min-width: 960px) {
.container{display:grid;grid-column-gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:50px}
.container article{display:contents;margin-bottom:0}
}
article header{background-color:#fff;padding:40px;border-top-left-radius:16px;border-top-right-radius:16px}
article section{background-color:#fff;padding:40px;padding-top:0}
article footer{background-color:#fff;border:0;padding:40px;padding-top:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
article:nth-child(n + 4) header{margin-top:1em}
article:nth-child(1) header{grid-row:1;grid-column:1}
article:nth-child(2) header{grid-row:1;grid-column:2}
article:nth-child(3) header{grid-row:1;grid-column:3}
article:nth-child(4) header{grid-row:4;grid-column:1}
article:nth-child(1) section{grid-row:2;grid-column:1}
article:nth-child(2) section{grid-row:2;grid-column:2}
article:nth-child(3) section{grid-row:2;grid-column:3}
article:nth-child(4) section{grid-row:5;grid-column:1}
article:nth-child(1) footer{grid-row:3;grid-column:1}
article:nth-child(2) footer{grid-row:3;grid-column:2}
article:nth-child(3) footer{grid-row:3;grid-column:3}
article:nth-child(4) footer{grid-row:6;grid-column:1}
h3.cl-nadpis{font-size:32px;line-height:36px;font-weight:800;margin-bottom:0;height:auto}
@media only screen and (min-width: 960px) {
h3.cl-nadpis{font-size:28px;line-height:34px;font-weight:800;margin-bottom:0;height:auto}
}
.index-img-c{width:80%;max-width:300px;border-radius:50%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:0 auto;height:auto}
p{margin-bottom:20px;font-size:16px;line-height:24px}
.aka-odk2{display:block;border-radius:22px;padding:0;padding-left:12px;padding-right:12px;font-size:14px;text-decoration:none;margin:0;height:44px;line-height:41px;color:#cf4641;border:0;overflow:hidden;text-decoration:none;font-weight:900;border:2px solid #cf4641;text-align:center}
.aka-odk2:hover{cursor:pointer;background-color:#cf4641;color:#FFF;transition-property:all .2s linear 0;-moz-transition:all .2s linear 0;-webkit-transition:all .2s linear 0;-o-transition:all .2s linear 0}