.grid-container-eedf0259 {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.grid-row-eedf0259 {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.grid-col-eedf0259 {
    flex: 1;
    padding: 15px;
    display: flex;
    align-items: center;
}

.grid-col-left-eedf0259 {
    border-right: 1px solid #e0e0e0;
    justify-content: flex-start;
}

.grid-col-right-eedf0259 {
    justify-content: center;
}

.grid-img-eedf0259 {
    max-width: 100px;
    height: auto;
    object-fit: cover;
    display: block;
}
