.konc {
    border-top: 2px black solid;
    height: auto;
    font-size: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}

.datum {
    white-space: nowrap;
    width: 15%;
}

.misto {
    width: 30%;
}

.misto2 {
    width: 55%;
}


@media (max-width: 1199px) {
    .konc {
        font-size: 3vw;
    }
}

@media (max-width: 487px) {
    .konc {
        font-size: 20px;
        margin-top: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .konc {
        font-size: 20px;
    }

    .container {
        padding: 0;
        padding-left: -20px;
        padding-right: -20px;
    }
}


@media (max-width: 1199px) {
    .container {
        display: block;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    div#dvaonas.row {
        width: 95%;
    }

    .container {
        width: 95%;
    }

    .datum {
        font-size: 16px;
    }

    .misto {
        font-size: 16px;
    }

    .misto2 {
        font-size: 16px;
    }
}

.plakat {
    width: 500px;
    height: 700px;
    margin: 10px;
}

@media (max-width: 540px) {
    .plakat {
        width: 300px;
        height: 500px;
    }
}

@media (max-width: 474px) {
    .datum {
        font-size: 14px;
    }

    .misto {
        font-size: 14px;
    }

    .misto2 {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .datum {
        font-size: 12px;
    }

    .misto {
        font-size: 12px;
        text-align: center;
    }

    .misto2 {
        font-size: 12px;
        text-align: center;
    }
}


.plakatrow {
    height: auto;
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}