.feature-large-b-root {
  position: relative;
  width: 100%;
  color: #212121;
  background-color: transparent;
}

.feature-large-b-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  min-height: 400px;
  width: 100%;
}
.feature-large-b-content-wrapper.flipped {
  flex-direction: row-reverse;
}

.feature-large-b-left {
  width: 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  color: #212121;
  padding: 48px;
  overflow: hidden;
}

.feature-large-b-right {
  width: 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 48px;
  overflow: hidden;
}

.feature-large-b-header {
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-large-b-body {
  margin-bottom: 24px;
  line-height: 1.6;
}

.feature-large-b-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.feature-large-b-widget-image {
  width: 100%;
  text-align: center;
}

.feature-large-b-widget-img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
