.akciok {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(20rem, 1fr) );
}

.akciok > div {
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.akciok h3 {
    margin-top: 3rem;
}
.akciok h3:first-of-type {
    margin-top: 0rem;
}
.akciok h3 a {
    color: #000;
    font-weight: 800;
}
.akciok a:hover, .akciok h3 a:hover {
    color: var(--magenta);
}