.cutko-restauracie-box .obrovo-h3 {
    position: relative;
    color: var(--brown) !important;

    margin-bottom: 52px !important;
}
@media (min-width: 1680px) {
    .cutko-restauracie-box .obrovo-h3 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

.cutko-restauracie__wrapper .cutko-restauracie-box .cpt-content__inner {
    padding-bottom: 0;
    /* width: 86%; */
}

.bg-podklad__wood-multi {
    position: relative;
}
.bg-podklad__wood-multi svg {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}


/* FRAME  */
.cutko-grid-box .wide-aspect-ratio svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.icon__svg.icon__svg--lupa {
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 47px;
}

