.kafe-restorany{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #ECF0F1;
    margin-bottom: 30px;
    margin-top: 20px;
}
.kafe-restorany-img img{
    width: 100%;
    height: 156px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 18px;
}
.kafe-restorany-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0.01em;
    /* Night */
     color: #14293C;
    margin-bottom: 18px;
}
.kafe-restorany-addres{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #515C6B;
    margin-bottom: 22px;
}
.kafe-restorany-name,.kafe-restorany-addres{
    margin-left: 26px;
}
#gid-flats h3,#gid-archive h3{
    font-weight: 700;
    font-size: 27px;
    line-height: 115%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0E1C29;
}