.edu_htw_section{display:flex;flex-direction:column;gap:48px;width:100%;margin-bottom:10px}@media screen and (max-width:768px){.edu_htw_section{gap:28px}}.htw_timeline_wrapper{display:flex;flex-direction:column;gap:32px}.htw_cards_row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:1024px){.htw_cards_row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.htw_cards_row{grid-template-columns:1fr}}.htw_row_group{display:flex;flex-direction:column;gap:12px}.htw_connector_row{display:flex;align-items:center;width:100%}@media screen and (max-width:640px){.htw_connector_row{display:none}}.htw_connector_line{flex:1 1;height:4px;border-radius:2px}.htw_connector_line--half{flex:.5 1}.htw_step_dot{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;font-family:var(--font-nunito);flex-shrink:0;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:2;margin:0 2px}.htw_card{background-color:#eeeaf9;border-radius:16px;padding:24px 20px;box-shadow:0 2px 16px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:14px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f1f5f9;height:100%}.htw_card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.1)}.htw_card .htw_card_icon_wrap{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.htw_card .htw_card_title{font-size:18px;font-weight:700;font-family:var(--font-nunito);color:#111827;margin:0;line-height:1.35}.htw_card .htw_card_desc{font-size:15px;line-height:21px;font-weight:400;font-family:var(--font-nunito);color:#545457;margin:0}