/* .obraz-gora{
    height:1024px;
    width:683px;
    object-fit: fill;
} */
.cytat{
    display: block;
    font-size: 1.35rem;
    text-transform: uppercase;
    margin-top: 20px;
}
.has-small-font-size {
    font-size: 1.3rem;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
    .reverse {
        flex-direction: column-reverse;
    }
}

.wp-block-button{
    color: var() !important;
}

.has-purple-background-color{
    background-color: #002f65!important;
}

.contrast-black-yellow .has-small-font-size{
color: #ff0!important;
}

.contrast-black-yellow .has-text-align-center{
    color: #ff0!important;
    }

.contrast-black-yellow .ikona{
    filter: invert(1)!important;
}

.contrast-black-white .has-small-font-size{
    color: #fff!important;
    }
    
    .contrast-black-white .has-text-align-center{
        color: #fff!important;
        }
    
        .contrast-black-white .ikona{
        filter: invert(1)!important;
    }
