/* Equalize Simple List Blocks - About Our Products Page */

/* Change item class here */
.items_bcc2f0530f144a16bb42bd77153a9dae,
.items_ad331ad4b8234ab9820569caa3529d12 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bcc2f0530f144a16bb42bd77153a9dae > .item,
.items_ad331ad4b8234ab9820569caa3529d12 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}