.bloky,
.bloky a {
    text-align: center;
}

.bloky {
    position: relative;
    width: 100%;
    padding: 30px 0 60px 0;
    line-height: 140%;
}

.blok img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

a.blok {
    color: #000 !important;
    text-decoration: none;
    background: rgb(255,255,255);
    background: linear-gradient(4deg, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%); 
    padding: 80px 20px 20px 20px;
    margin: 120px 10px 0;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    position: relative;
    border-radius: 10px;
}

.blok h3 {
    color: #e2193b;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 170%;
    padding: 0 0 20px 0;
}

.blok .kolecko {
    width: 150px;
    height: 150px;
    grid-template-columns: 1fr;
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -75px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
}

.blok .kolecko img {
    width: 80px;
    height: auto;
}

a:hover.blok {
    color: #fff !important;
    text-decoration: none;
    background: #e2193b;
    background: linear-gradient(222deg, rgba(226,25,59,1) 27%, rgba(176,12,40,1) 100%); 
}
a:hover.blok h3 {
    color: #fff !important;
}

.cudlik {
    background: #e2193b;
    background: linear-gradient(222deg, rgba(226,25,59,1) 27%, rgba(176,12,40,1) 100%); 
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    margin: 30px auto 0 auto;
    border-radius: 10px;
}

a:hover .cudlik {
    background: #000;
}


@media only screen and (max-width:768px) {
    .bloky a {
        width: 60%;
    
    }

    .bloky a:lastchild {
        margin: 0
    }

    .blok img {
        width: 100px !important;
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .bloky a {
        width: 90%;
    }
}