.gutschein {
    display: flex;
    background-color: var(--gutschein-btn);
    max-width: 50em;
    flex-direction: column;
    text-align: center;
    justify-items: center;
    padding: 150px 150px;;
    margin: auto;
}

.gutschein h4 {
    font-family: ZeitungPro-Black-_1_;
    font-size: 3rem;
}

.gutschein >* {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px)  {
    .gutschein h4{
        font-size: 2rem;
    }
}