.steps {
    display: flex;

    .step {
        flex: 1;

        .circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: $secondaryBrandColor;
            margin: auto;
            margin-top: -20px;
            text-align: center;
            line-height: 40px;
            color: $white;
        }
    }
}
