.body-enumerables ol{margin-top:30px;counter-reset:my-awesome-counter;counter-set:my-awesome-counter 0;list-style:none;display:grid;grid-column-gap:80px;padding-left:50px;grid-template-columns:repeat(1,1fr)}@media(max-width:620px){.body-enumerables ol{padding-left:50px;grid-template-columns:repeat(1,1fr)}}.body-enumerables ol li{margin:0 0 1rem;counter-increment:my-awesome-counter;position:relative;padding-bottom:20px;padding-left:0;display:flex;align-items:flex-start;line-height:19.2px}.body-enumerables ol li:before{top:middle;content:counter(my-awesome-counter);color:#fff;position:absolute;--size:32px;left:-50px;line-height:38px;width:40px;height:40px;font-weight:400;border:1px solid #fff;background:#000;border-radius:50%;text-align:center;font-size:22px}.body-enumerables ol li:after{content:"";background:#fff;position:absolute;bottom:0;left:0;height:1px;width:50px}.body-enumerables ul{list-style-image:none;list-style-position:outside;padding-left:30px;list-style-type:disc}.body-tables table td{padding-left:0;padding-right:20px;vertical-align:top}