.ebt-image-2-1-layout {
  display: flex;
  flex-wrap: wrap;
}

.ebt-image-2-1-layout .row {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.ebt-image-2-1-layout .row-1 .image {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.ebt-image-2-1-layout .row-2 .image {
  width: 100%;
}

.ebt-image-2-1-layout .image img {
  width: 100%;
  height: auto;
}
