main .window-body {
  padding: 1rem 3rem 1rem 3rem;
}

.window-content {
  margin-bottom: 1rem;
}

.rec {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  padding: 0rem 2rem 0.4rem;
}

.rec h2 {
  grid-column: 1 / 3;
  grid-row: 1;
  margin: 0;
  text-transform: none;
  margin-bottom: 0.2rem;
}

.rec .img-size {
  grid-column: 1;
  grid-row: 2;
  max-width: 300px;
  display: flex;
  align-items: top;
  background-color: #fff8e7;
  padding: 1rem;
  height: 100%;
  border-radius: 8px;
}
.img-size a img {
  object-fit: contain;
  width: 100%;
}

.info {
  grid-column: 2;
  grid-row: 2;
  margin-left: 1rem;
}

.info p {
  margin: 0;

  line-height: 1.3;
}

.data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.date {
  text-align: right;
  font-weight: 600;
}

.type {
  font-weight: 600;
}

.desc {
  font-size: 1.6rem;
}
