.service-info {
    display:flex;
    flex-direction: row;
    margin-bottom:60px;
}
.service-info-wrap {
    display:flex;
}
.service-info-item {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width:230px;
    height:300px;
    background:#ffffff;
    border-radius: 16px;
    box-shadow:0 20px 50px 0 rgb(23 69 105 / 4%);
    margin-right:20px;
    padding:30px;
}
.service-info-item div>span:first-child {
    font-weight: 500;
}
.service-info-item i {
    font-size: 72px;
}
.service-info-item-nosubscription {
    opacity:.5;
}
.service-info-item-subscription {
    color:#39d49d;
}
.service-info-item-cloud-wrap {
    position: relative;
}
.service-info-item-cloud {
    color:#76a8fb;
}
.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;