.multi-step-container-CmpSection {
    margin-bottom: 70px;
}

.multi-step-container-block {
    display: flex;
}

/* hexagon styling*/

.hour-of-code-stepSection .multi-step-container-block {
    position: relative;
    min-height: 10rem;
    width: 100%;
}

.hour-of-code-stepSection .multi-step-container-block:last-child {
    padding-bottom: 0;
    border-color: transparent;
}

.multi-step-number-container {
    position: relative;
}

.multi-step-number-container::before {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: 4px;
    top: 20px;
    left: 31px;  
    background: #1E6EEA;
}
.multi-step-container-block:last-child .multi-step-number-container::before {
    display: none;
}

.multi-step-spacing-block {
    opacity: 0;
}

.edu-hexagon-shape {
    position: absolute;
    width: 65px;
    height: 75.1px;
    background: url(../../../../etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/hoc/hexagon-blue.svg);
}

.hexagon-inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    font-family: Minecraft Ten v2;
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
}


/*mobile styling*/

@media (max-width: 768px) {
    .multi-step-container-CmpSection {
        margin-bottom: 30px;
    }

    .multi-step-number-container,
    .multi-step-spacing-block {
        display: none;
    }
}