.flexbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.flex {
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 4%;
    justify-content: center;
}

.flexbottom {
    border-bottom: 6px solid #06a3da;;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.flextop {
    border-top: 5px solid #06a3da;;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
}

.flextop:before {content: '';width: 1px;height: 250px;background: #06a3da;position: absolute;left: 0;/* border-radius: 64px; */}

.flextop:after {
    content: '';
    width: 1px;
    height: 250px;
    background: #06a3da;
    position: absolute;
    right: 0;
}

.flexbottom {
    box-shadow: inset 0px -20px 0px #06a3da;;
}

.flex.flextop {
    box-shadow: inset 0px 20px 0px #06a3da;;
}

.stepNumber {
    width: 100%;
    text-align: center;
    border: 1px solid #091e3e;;
    border-radius: 50px 0px 50px 0px;
    background: #091e3e;;
    color: white;
}

.textbox p {
    text-align: center;
}
