.twoCol-wrap .twCol-titleWrap {
  margin: 0;
}

.twoCol-list-heading p {
  margin-bottom: var(--gap-xs);
}

/* Two Col height mode: default image size */
.twoCol .twoCol-content.ws6-item.brxe-div {
  align-items: flex-start;
}

.twoCol .twoCol-content .ws6-item-image .brxe-image,
.twoCol .twoCol-content .ws6-item-image .brxe-image img {
  height: auto;
}

.twoCol.SYElementSection-frame-flush.brxe-section {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.twoCol.SYElementSection-frame-flush .ws6-item-image.brxe-div,
.twoCol.SYElementSection-frame-flush .ws6-item-image .brxe-image,
.twoCol.SYElementSection-frame-flush .ws6-item-image .brxe-image img,
.twoCol.SYElementSection-frame-flush .ws6-item-image > img.brxe-image,
.twoCol.SYElementSection-frame-flush .ws6-benefits.brxe-div {
  border-radius: 0 !important;
}

/* Two Col height mode: equal columns */
.twoCol .twoCol-content.SYElementSection-equal-columns.ws6-item.brxe-div {
  align-items: stretch;
}

.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image.brxe-div {
  align-self: stretch;
  display: flex;
}

.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image.brxe-div > * {
  width: 100% !important;
  height: 100% !important;
}

.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image.brxe-div > * > * {
  width: 100% !important;
  height: 100% !important;
}

.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image .brxe-image,
.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image .brxe-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}

.twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image > img.brxe-image {
  width: 100% !important;
  height: 100% !important;
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}

@media (max-width: 991px) {
  .twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image.brxe-div > *,
  .twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image.brxe-div > * > * {
    height: auto !important;
  }

  .twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image .brxe-image,
  .twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image .brxe-image img,
  .twoCol .twoCol-content.SYElementSection-equal-columns .ws6-item-image > img.brxe-image {
    height: auto !important;
  }
}
