.window-img {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: calc(100vw / 36);
  justify-content: center;
  align-items: center;
}

.window-img img {
  width: auto;
  height: auto;
  max-width: calc(100vw / 2);
}

.window-desc {
  width: 100%;
}
