.m27_steps { background: #faf9fc; }
.m27_head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 56px;
}
.m27_steps .m27_titel { max-width: 640px; }
.m27_head_left { flex: 1 1 420px; }
.m27_intro { max-width: 380px; font-size: 1.0625rem; margin: 0 0 6px; } .m27_cards { row-gap: 24px; }
.m27_card {
background: #fff;
border: 1px solid #edf2fe;
border-radius: var(--strobl-radius);
padding: 50px 50px 42px;
transition: box-shadow .3s ease, transform .3s ease;
}
@media all and (max-width: 767px) {
.m27_card { padding: 45px 30px 45px; }
}
@media all and (max-width: 575px) {
.m27_card { padding: 45px 20px 45px; }
}
.m27_card:hover { box-shadow: 0 18px 40px rgba(18,38,91,.08); transform: translateY(-4px); }
.m27_card_num {
display: flex;
align-items: center;
justify-content: center;
width: 53px;
height: 53px;
border-radius: 50%;
background: #edf2fe;
color: var(--strobl-accent);
font-family: 'Geist', sans-serif;
font-weight: 600;
font-size: 20px;
margin-bottom: 34px;
}
.m27_card_title { color: var(--strobl-accent); font-weight: 600; font-size: 30px; line-height: 50px; margin: 0 0 8px; }
.m27_card_text { font-size: 1.0625rem; margin: 0; }  .m27_steps--werte { background: var(--strobl-blue); }
.m27_steps--werte .m27_head { align-items: center; margin-bottom: 56px; }
.m27_steps--werte .m27_titel { color: #f9fafc; max-width: 574px; }
.m27_steps--werte .m27_untertitel { color: #edf2fe; }
.m27_steps--werte .m27_head_right { flex: 0 0 auto; display: flex; align-items: center; }
.m27_steps--werte .m27_card {
background: rgba(255, 255, 255, .1);
border: 1px solid rgba(237, 242, 254, .15);
}
.m27_steps--werte .m27_card:hover {
box-shadow: none;
transform: translateY(-4px);
background: rgba(255, 255, 255, .14);
}
.m27_steps--werte .m27_card_icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: var(--strobl-magenta);
margin-bottom: 37px;
}
.m27_steps--werte .m27_card_icon img { width: 28px; height: 34px; object-fit: contain; }
.m27_steps--werte .m27_card_title { color: #f9fafc; }
.m27_steps--werte .m27_card_text { color: #f9fafc; } section.m27_steps .mM_row { column-gap: 20px; }