
.step-content-container{
    display:flex;
    flex-direction:column; 
    gap:15px;
}
.expected-results-container{
    display:flex;
    gap:25px;
    justify-content:flex-start;
}
.step-text{
    color:grey;
}
.border-image-text-container{
    display:flex;
    padding:15px;
}

