.service-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.service-card:nth-child(-n+2){margin-top:0}.service-card__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;height:80px;width:80px;border-radius:50%;background-color:rgba(255,255,255,.4)}.service-card_secondary .service-card__icon{background-color:#e6e6e6}.service-card__icon img{display:block;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:auto}.service-card__desc{font-weight:600;color:#fff;margin-top:10px;text-align:center;line-height:22px}.service-card_secondary .service-card__desc{color:inherit}@media (min-width:768px){.service-card{margin-top:40px}.service-card:nth-child(-n+3){margin-top:0}}@media (min-width:992px){.service-card{margin-top:80px}.service-card:nth-child(-n+6){margin-top:0}.service-card__desc{margin-top:16px}}