.ed-equipment-row {
    color: #363a41;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 8px;
    min-height: 2.5rem;
    word-break: break-all;
    vertical-align: top;
    display: block;
    width: 100%;
}


.ed-equipment-row:nth-of-type(odd) {
    background: #f4f4f5;
}
.ed-equipment-row:nth-of-type(even) {
    background: #f5f5f5;
}

.ed-equipment-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .ed-equipment-row {
        width: 100%;
        margin-bottom: 1px;
    }
}


.ed-equipment-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #363a41;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #e9e9e9; */
    text-transform: uppercase;
}