.sections #oteviraci-doba ul li {
    list-style-type: none;
    font-size: 18px;
    margin-top: 15px;
}

.grid-doba {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: row;
    align-items: start;
    gap: 10px;
    justify-items: left;
}
.grid-item {
    display: block;
    max-height: 70vh;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}