/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-features.two-columns {
  display: flex;
  gap: 30px;
}

.product-features .column-left,
.product-features .column-right {
  width: 50%;
}

.product-features dl.data-sheet dt,
.product-features dl.data-sheet dd {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.product-features dl.data-sheet dt {
  font-weight: 600;
}
div#iqitmegamenu-wrapper {
    background: #3D3D3D;
}