.product-features-list li{display:flex;align-items:center;justify-content:space-between;border-radius:150px;background:#272726}.product-features-list li:not(:last-child){margin-bottom:20px}.product-features-list li .content{width:calc(100% - 470px);display:flex;align-items:center;justify-content:flex-start;padding:32px}@media (max-width:992px){.product-features-list li .content{padding:20px 0 20px 20px;width:calc(100% - 60px)}}.product-features-list li .img-wrap{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#383836;width:100px;height:100px}@media (max-width:992px){.product-features-list li .img-wrap{width:60px;height:60px}}.product-features-list li .img-wrap img{width:33px}@media (max-width:992px){.product-features-list li .img-wrap img{width:21px}}.product-features-list li p{padding-left:32px;max-width:calc(100% - 132px);font-size:26px;font-weight:400;line-height:140%}@media (max-width:992px){.product-features-list li p{padding-left:12px;font-size:20px;line-height:120%}}.product-features-list li .btn:not(.btn--arrow-right){border-color:transparent;height:184px;padding-left:111px;padding-right:111px}