.process {
    box-shadow: 0 1px .3rem rgba(0, 0, 0, .2);
    background-color: #e0dff4;
    height: .6rem;
    width: 10rem;
    border-radius: 10rem;
    margin-top: 5rem;
    overflow: hidden;
}
.process .inner {
    width:75%;
    height: 100%;
    background-image: linear-gradient(0.25turn, #65c4e5, #4985ed, #4883ed);
}
.process_wrap h3 {
    margin-top: .8rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #4883ed;
    letter-spacing: -1px;
}