.pageWrapper{
    padding: 70px 0 0 0;

    width: 100%;
}

.aktualityWrapperPage{
    justify-content: center;
    height: fit-content;
    padding: 0;
}

.introImage {
    width: 100%;

    object-fit: none;
}

.container{
    max-height: fit-content;
}

.cardsHolder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

article{
    line-height: 28px;
}