.big-title {
    font-size:30px;
}

.check-point-wrapper {
    position:fixed;
    right:10vw;
}
.check-point {
    width:18px;
    height:18px;
    border:2px solid #653e2f;
    border-radius: 50%;
    transition: all 1s;
}
.check-point+.check-point {
    margin:15px 0;
}

.workflow-wrapper {
    position:relative;
    background-color:rgba(224, 185, 142, 0.3);
    width:50%;
    border-radius:20px;
    padding:30px;
    margin:30px auto;
}
.workflow-wrapper::before {
    content:'';
    position:absolute;
    top:-13px;
    right:-13px;
    border:3px solid rgb(133, 127, 127);
    width:100%;
    height:100%;
    border-radius:20px;
}
.workflow-step {
    color:dimgray;
    font-size:12px;
    margin-bottom:10px;
}
.workflow-title {
    margin:10px 0;
    font-size:18px;
}
.workflow-comment {
    font-weight:normal;
}
.arrow-wrapper {
    text-align:center;
}
.fa-angle-double-down {
    font-size:40px;
}
.caution {
    display:block;
    text-align:center;
    margin:10px 0;
}
