.equipment_form_wrapper {
    margin-bottom: 1.2em;
}

.sections-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2em; /* для отступа между строками */
}

.section-item-wrapper {
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #960000;
}

.section-content-top {
    display: flex;
}

.section-image-wrapper {
    width: 90px;
}

.section-image img {
    /*border: 1px solid silver;*/
}

.section-name-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 4px;
}

.section-name a.eLink {
    text-decoration: none;
}

.section-name a.eLink:hover {
    text-decoration: underline;
}

.section-logo {
    margin-top: auto;
    margin-bottom: auto;
}

div.text p.section-description-params-title {
    margin-top: 5px;
    padding-bottom: 0
}

.section-description-params-title-span {
    padding-bottom: 0.2em;
    display: inline-block
}

@media (max-width: 575.98px) {
    .sections-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .section-item-wrapper {
        width: 100%;
        margin-bottom: 1.2em;
    }
}