.geoframe-form-row {
    grid-row-gap: 2em;
    grid-column-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    text-align: center;
}

.geoframe-form-row input {
    padding: 0 1em;
    text-align: center;
}

.geoframe-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.device-count {
    line-height: 1.5em;
    font-size: 1.75em;
}

.geoframe-area {
    margin-bottom: .75em;
}

.how-to-img {
    width: 48%;
    border-radius: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-slate-blue);
    display: inline-block;
    padding: .1em;
}

.how-to-instructions {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.how-to-instructions ol li::marker {
    color: #ce9300;
    font-weight: bold;
}

#need_help_more {
    margin-top: .5em;
    margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
    .geoframe-form-row {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
    }

    .how-to-img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .how-to-instructions {
        margin-top: 1em;
        width: 100%;
    }
}
