.m37_value_cards {
background: #F7F7F7;
padding: clamp(48px, 7vw, 110px) 0;
color: #1d1d1b;
} .m37_header {
max-width: 720px;
margin: 0 auto clamp(40px, 5vw, 64px);
text-align: center;
}
.m37_header .hs_topline { justify-content: center; }
.m37_headline {
color: #fff;
font-weight: 600;
font-size: clamp(26px, 2.6vw, 40px);
line-height: 1.12;
letter-spacing: 0.03em;
margin: 18px 0 0;
}
.m37_headline em,
.m37_headline i { font-style: italic; font-weight: 600; font-family: var(--hs-font-display); }
.m37_grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(20px, 2vw, 40px);
}
.m37_card {
background: #fff;
color: #1d1d1b; padding: clamp(32px, 2.5vw, 48px) clamp(28px, 2.6vw, 50px) clamp(28px, 2.2vw, 42px);
min-height: 396px;
display: flex;
flex-direction: column;
}
.m37_card_icon {
width: 86px;
height: 86px;
background: var(--hs-gold);
color: #fff;
border-radius: 50%; display: flex;
align-items: center;
justify-content: center; margin-bottom: clamp(24px, 2vw, 38px);
}
.m37_card_icon img,
.m37_card_icon svg {
width: 47px;
height: 47px;
display: block;
color: #fff;
}
.m37_card_topline_wrap {
display: flex;
align-items: center;
gap: 12px; margin-bottom: clamp(16px, 1.3vw, 23px);
}
.m37_card_mark {
display: inline-block;
width: 30px;
height: 2px;
background: var(--hs-gold);
flex-shrink: 0;
}
.m37_card_topline {
color: var(--hs-gold);
font-weight: 600;
font-size: 16px;
line-height: 1;
letter-spacing: 0.075em; text-transform: uppercase;
}
.m37_card_text {
color: #1d1d1b;
font-weight: 300;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.03em;
margin: 0;
}
@media (max-width: 992px) {
.m37_grid { grid-template-columns: 1fr; gap: 24px; }
.m37_card { min-height: 0; padding: 32px 28px; }
.m37_card_icon { margin-bottom: 28px; }
.m37_card_topline_wrap { margin-bottom: 22px; }
}