.aktion-card__wrapper {
    width: 100%;
	display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: center;
}

.aktion-card {
    position: relative;
    width: 32%;
    max-width: 406px;
    border: 2px solid #B3B6AD;
    border-radius: 16px;
	height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aktion-card__image {
    width: 100%;
}

.aktion-card__image img {
    object-fit: cover;
}

.aktion-card__body {
    width: 100%;
    padding: 20px;
}

.aktion-card__title {
    font-weight: 700;
    font-size: 22px;
	line-height: 130%;
}

.aktion-card__body .block-button {
	margin-top: 20px;
    height: 51px;
	background: #000000;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
}

.aktion-card__body .element-button {
    display: block;
    max-width: 135px;
    width: 85%;
	text-align: center;
}