.sroki_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.43vw;
}

.sroki_section h3 {
    color: var(--color-accent);
    margin-bottom: var(--margin-bottom-title);
    margin: auto;
    text-align: center;
    margin-bottom: var(--margin-bottom-title);
}

.sroki_section h1 {
    margin-bottom: var(--margin-bottom-subtitle);
}

.wptmresponsive {
    margin-bottom: var(--margin-bottom-title);
}

@media (max-width: 900px) {
    .wptmresponsive {
    overflow: scroll;
}

.tabel {
    width: 100vw;
    overflow: scroll;
}

}