.image-content-block {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.image-content-container {
  display: flex;
  gap: 80px;
  width: 100%;
}

.image-content-container.reverse {
  flex-direction: row-reverse;
}

.image-content-right,
.image-content-left {
  flex: 1;
}

.image-section {
  width: 100%;
}

.image-section img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
}

.content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.content-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .image-content-container,
  .image-content-container.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .image-content-left,
  .image-content-right {
    width: 100%;
  }
}
