.number-card{display:flex;flex-wrap:wrap}.number-card__card{box-sizing:border-box;margin:0 30px 50px 0;position:relative;width:calc(33.33333% - 20px)}.number-card__card:nth-child(3n){margin-right:0}.number-card__body{background-color:#399891;padding:17px 30px 30px;position:relative;text-align:center}.number-card__body:after{background:linear-gradient(90deg,#61cbae 0,#5cb4c4);bottom:-10px;content:"";display:block;height:10px;left:0;position:absolute;width:100%}.number-card__title{color:#fff;font-size:22px;font-weight:700;line-height:130%;margin:12px 0 0}.number-card__text{line-height:180%;margin:30px 0 0}.number-card__text ul li{list-style:disc;margin-left:1.2em}.number-card__number{color:#fff;font-size:22px}@media screen and (max-width:768px){.number-card__card{margin:0 20px 40px 0;width:calc(33.33333% - 13.33333px)}}@media screen and (max-width:499px){.number-card{flex-direction:column}.number-card__card{margin:0 0 40px;width:100%}}