.aplus-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
}

.aplus-reverse {
  direction: rtl;
}

.aplus-reverse > * {
  direction: ltr;
}

.aplus-img {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
}

.aplus-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aplus-text {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aplus-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #111;
  line-height: 1.3;
}

.aplus-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .aplus-block {
    grid-template-columns: 1fr;
  }
  .aplus-reverse {
    direction: ltr;
  }
  .aplus-img {
    min-height: 250px;
  }
  .aplus-text {
    padding: 1.5rem;
  }
  .aplus-text h3 {
    font-size: 16px;
  }
  .aplus-text p {
    font-size: 13px;
  }
}