.notabene-content {
    width: 100%;
/*    max-width: 1440px;
    margin: 0 auto;
*/}

.notabene-content-wrapper {
    display: block; /* Make it block to be clickable */
    text-decoration: none; /* Remove default link underline */
    transition: all 0.3s ease;
}

.notabene-content-wrapper:hover {
    background-color: var(--Grey-100);
}
.notabene-programy-content a.notabene-content-wrapper img {
    transition: all 0.5s ease;
}
.notabene-programy-content a.notabene-content-wrapper:hover img {
    transform: scale(1.05);
}
.notabene-programy .notabene-content-wrapper:hover {
    background-color: unset;
}
.notabene-content-wrapper:hover .notabene-content-button  {
    text-decoration: underline;
}

.notabene-content-columns {
    display: flex;
}

.notabene-programy .notabene-content-left {
    background-image: url(../images/stvrtkruh.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.notabene-content-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex: 1 1 45%;
    height: auto;
/*    max-width: 600px;*/
    padding: var(--32-base-unit, 32px);
}


.notabene-content-header {
    display: flex;
    gap: var(--8-base-unit, 8px);
    margin-bottom: var(--8-base-unit, 8px);
}

.notabene-programy .notabene-content-header {
    margin-bottom: var(--16-base-unit, 16px);
}


.notabene-content-header i,
.notabene-content-header svg {
    font-size: 52px;
    width: 52px;
    height: 52px;
}

.notabene-content-title {
    margin: 0;
}

.notabene-content-description {
    margin-bottom: 32px;
}
.notabene-programy .notabene-content-description {
    max-width: 600px;
}
.notabene-programy-content .notabene-content-description {
    max-width: 600px;
}

.notabene-content-button {
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.65px;
	text-transform: uppercase;
    margin-top: auto;
}

.notabene-content-right {
    width: 55%;
    height: auto;
    flex: 1 1 55%;
}

.notabene-content-image {
    width: 100%;
    height: 100%;s
    max-height: 800px;
    overflow: hidden;
}

.notabene-content-image img {
	display: flex;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.notabene-content-aktualne-cislo .notabene-content-image img {
    object-fit: contain;
}

.notabene-content-aktualne-cislo .notabene-content-title {
    text-align: center;
}
.notabene-content-aktualne-cislo .notabene-content-header {
   display: unset;
   margin: 0;
}
.notabene-content-aktualne-cislo .notabene-content-description {
    text-align: center;
    margin-bottom: 8px!important;
}

.notabene-content-aktualne-cislo .notabene-content-left {
    justify-content: center;flex-direction:column-reverse;}
.notabene-content-aktualne-cislo .notabene-content-description {margin-bottom: 0;}
.notabene-content-aktualne-cislo .notabene-content-image {
    padding: 64px;
    background-color: var(--current-issue-color);
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .notabene-content-header i, .notabene-content-header svg {
        width: calc(50 * (100vw / 1440)) !important;
        height: calc(50 * (100vw / 1440)) !important;
    }
    .notabene-content-title {
        font-size: calc(50 * (100vw / 1440))!important;
        line-height: calc(53 * (100vw / 1440))!important;
    }
    .notabene-programy .notabene-content-title {
        font-size: calc(26 * (100vw / 1440))!important;
        line-height: calc(36 * (100vw / 1440))!important;
    }
    .notabene-programy .notabene-content-description {
        font-size: calc(67 * (100vw / 1440))!important;
        line-height: calc(70* (100vw / 1440))!important;
    }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {
    .notabene-content-columns {
        flex-direction: column-reverse;
        gap: 0;
    }
    .notabene-content-aktualne-cislo .notabene-content-columns {
        flex-direction: column;
        gap: 0;
    }
    .notabene-content-left {
        padding: 16px 16px 32px;
    }
    .notabene-content-aktualne-cislo .notabene-content-left {
        padding: 32px 16px;
    }
    .notabene-content-aktualne-cislo .notabene-content-image {
        padding: 32px;
        height: 470px;
        display: flex;
        align-items: center;
    }
    .notabene-content-left,
    .notabene-content-right {
        max-width: 100%!important;
        width: 100%!important;
        flex: 1 1 100%!important;
    }
    .notabene-content-header {
        align-items: center;
    }
    .notabene-content-header i,
    .notabene-content-header svg {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }
    .notabene-programy .notabene-content-columns {
        flex-direction: column;
        gap: 0px;
    }
    .notabene-programy .notabene-content-left {
        padding-top: 0;
        background-image: none;
    }
    .notabene-programy .notabene-content-header {
        margin-bottom: var(--8-base-unit, 8px);
    }
    .notabene-programy .notabene-content-description {
        max-width: 600px;
        margin-bottom: 0;
    }
    .notabene-programy .notabene-content-image img {
        height: 470px;
        max-height: 470px;
    }
    .notabene-content-image img {
        max-height: 260px;
    }

}