.sequence-container {

    display: flex;
    flex-direction: column;
    align-items: center;

    .sequence-item {
        margin: 13.4px 100px;
        width: fit-content;
    }

    .location-identifier {
        width: 82px;
        color: #B3B2B1;
        font-family: "Source Sans Pro";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
    }
}
