.akce-stamps{
    display: flex;
    flex-direction: column;
}

.akce-stamps .stamp{
    padding: 5px 10px !important;
    text-align: center;
    margin: 5px 0;
}

#akce-container h3{
    margin-top: 25px;
}
@media (max-width: 500px){
    .akce-stamps .stamp {
        padding: 5px !important;
    }
}

.akce-stamps .stamp-zs{
    background-color: #e16c6c !important;
}

.akce-stamps .stamp-ms{
    background-color: #6ab78a !important;
}

.akce-stamps .stamp-dr{
    background-color: #e0b84e !important;
}