*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.commitment__wrapper{background-color:#f5f7fa;padding:6rem 3rem}.commitment__inner{margin:0 auto;max-width:1280px}.commitment__grid{display:grid;gap:2rem;grid-template-columns:1fr}.commitment__card{background-color:#fff;border:1px solid #e8ecf1;border-radius:8px;padding:2rem;transition:border-color .22s ease}.commitment__card:hover{border-color:#0089d0}.commitment__card_number{font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:600;line-height:1;margin-bottom:1rem}.commitment__card_number--blue{color:#0089d0}.commitment__card_number--amber{color:#fcb711}.commitment__card_number--green{color:#6fba00}.commitment__card_number--pink{color:#db0059}.commitment__card_title{color:#333;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:1rem}.commitment__card_desc{color:#666;font-size:1rem;line-height:1.75;margin-bottom:1.5rem}.commitment__card_list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.commitment__card_list_item{align-items:flex-start;display:flex;gap:.75rem}.commitment__card_dot{border-radius:50%;flex-shrink:0;height:6px;margin-top:.5rem;width:6px}.commitment__card_dot--blue{background-color:#0089d0}.commitment__card_dot--amber{background-color:#fcb711}.commitment__card_dot--green{background-color:#6fba00}.commitment__card_dot--pink{background-color:#db0059}.commitment__card_list_text{color:#666;font-size:1rem;line-height:1.6}@media (min-width:768px){.commitment__grid{grid-template-columns:repeat(2,1fr)}.commitment__card{padding:2.5rem}}@media (min-width:1024px){.commitment__wrapper{padding:8rem 3rem}}@media (max-width:640px){.commitment__wrapper{padding:4rem 1.5rem}}