.step {
    margin: 2rem 0;
    border: 1px rgb(221, 221, 221) solid;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.5rem;
}

.info {
    flex: 1;
}

.img-container {
    flex: 1;
}

/* Switcher strip styling lives in the shared library (components.css); this
   page's borderless / border-bottom variant retired with the alignment. */
