.content_card{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:space-between;padding:48px 0;width:100%}.content_card--content{align-items:flex-start;display:flex;flex:1;flex-direction:column;max-width:520px}.content_card--content .section_label{margin-bottom:16px}.content_card--content h2{color:#303030;font-size:32px;font-weight:700;letter-spacing:-1px;line-height:40px;padding-bottom:8px}.content_card--content .section_body{color:#616161;font-size:16px;line-height:28px}.content_card--cards{display:flex;flex-direction:column;gap:8px}.content_card--cards .card{align-items:center;border:1px solid #e3e3e3;border-radius:16px;display:flex;flex:1;flex-direction:row;gap:16px;max-width:520px;padding:16px}.content_card--cards .card .card_icon{align-items:center;background-color:#f5f3ec;border-radius:8px;display:flex;height:56px;justify-content:center;width:56px}.content_card--cards .card .card_icon img{height:24px;width:24px}.content_card--cards .card .card_content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:4px}.content_card--cards .card .card_content h4{color:#303030;font-size:16px;font-weight:400;line-height:28px;margin-bottom:0}.content_card--cards.digit{align-items:center;width:50%}.content_card--cards.digit .card{min-width:unset;width:302px}.content_card--cards.digit .card .card_content h4{font-size:40px;font-weight:600;letter-spacing:-1.2%;line-height:48px}.content_card--cards .card .card_content p{color:#616161;font-size:14px;line-height:20px;margin-bottom:0;text-align:left}.content_card.red .content_card--content .section_label{background-color:#e41a4d;color:#fffcfc}.content_card.red .content_card--content .section_body{color:#fff}.content_card.red .content_card--cards .card{background-color:#fa48681c;border:1px solid #fa486833}.content_card.red .content_card--cards .card *{color:#fff}.content_card.red .content_card--cards .card .card_icon{background-color:#00000033}@media screen and (min-width:920px){.content_card{align-items:center;flex-direction:row;gap:130px;padding:0}.content_card--content h2{font-size:48px;letter-spacing:-1.5px;line-height:56px}.content_card--content .section_body{font-size:18px;line-height:30px}}@media screen and (min-width:1440px){.content_card--cards .card{min-width:520px}}