.st-wrapper-d45dace6 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0;
}
.st-item-d45dace6 {
    display: flex;
    position: relative;
    margin-bottom: 0px;
}
.st-left-d45dace6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    width: 60px;
}
.st-circle-d45dace6 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0c2340;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-family: inherit;
    z-index: 2;
    transition: background-color 0.4s ease;
}
.st-line-d45dace6 {
    flex-grow: 1;
    width: 0;
    border-left: 1px dashed #666;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 80px;
}
.st-content-d45dace6 {
    flex: 1;
    padding-top: 5px;
    padding-bottom: 20px;
}
.st-label-d45dace6 {
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.st-title-d45dace6 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.st-desc-d45dace6 {
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}