.next-v13 .step-card {
    padding: 20px;
    border-radius: 24px;
    background-color: #fff;
    margin-bottom: 44px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    text-align: center;
}
.next-v13 .step-card .step-icon {
    display: block;
    vertical-align: middle;
    margin-bottom: 35px;
    text-align: center;
}
.next-v13 .step-card .step-icon .icon-wrapper {
    width: 85px;
    height: 85px;
    background-color: #000;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    color: #E9CE66;
    vertical-align: middle;
    margin: auto;
}
.next-v13 .step-card .step-content {
    width: 100%;
}
.next-v13 .step-card .step-icon .icon-wrapper i {
    font-size: 38px;
}
.next-v13 .btn.btn-primary {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .next-v13 .step-card {
        display: table;
        padding: 32px 40px;
        text-align: left;
    }
    .next-v13 .step-card .step-icon {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .next-v13 .step-card .step-icon .icon-wrapper {
        margin-right: 34px;
    }
    .next-v13 .step-card .step-content {
        display: table-cell;
        width: calc(100% - 125px);
    }
}