.sokati-container {
    margin: auto;
    margin-bottom: 0.5em;
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sokati-container a {
    margin: 0 5px !important;
    padding: 0.6em 1em 0.4em;
    flex: 1;
    border-radius: 4px;
    background-color: var(--blue-main);
    text-align: center;
    text-decoration: none;
    align-items: center !important;
    transition: background-color 0.05s ease;
    /* border: 5px solid var(--blue-main); */
}

.sokati-container a:hover {
    background-color: var(--blue-dark);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

.sokati-container p {
    margin: 0 !important;
    padding: 0px !important;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    line-height: 1.25;
}

.sokati-container .subtitle {
    line-height: 2;
    font-size: 1rem;
    color: white;
    font-weight: normal;
}

.sokati-container p.button-padding {
    padding: 0.5em 0 !important;
}

td {
    text-align: right;
}

@media screen and (max-width: 500px) {
    .sokati-container a {
        padding: 0.6em 0.5em 0.4em;
    }
}