.progress__wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}@media (max-width:990px){.progress__wrap{grid-template-columns:1fr}}.progress__left{padding:25px}.progress__title{text-align:center;margin-bottom:15px;font-weight:700;font-size:25px}@media (max-width:990px){.progress__title{font-size:23px}}.progress__text{margin-bottom:20px;font-size:16px;text-align:center;border-radius:5px;padding:10px;font-weight:700}.progress__text span{font-size:21px}.progress img{max-width:100%;height:auto;object-fit:cover;width:100%;box-sizing:border-box}.progress__item-text{font-size:18px;font-weight:500;margin-bottom:10px}@media (max-width:990px){.progress__item-text{font-size:16px}}.progress__item-text-sm{font-size:16px;font-weight:400;margin-top:10px}@media (max-width:990px){.progress__item-text-sm{font-size:14px}}.progress__item-bar{position:relative;background:#d9d9d9;border-radius:20px;height:9px;width:100%;box-sizing:border-box;display:block;overflow:hidden}.progress__item-bar div{position:absolute;left:0;top:0;height:9px}.progress__item{margin-bottom:15px}.progress__item:last-child{margin-bottom:0}