.list-image-wrapper {
  width: 30%;
  max-height: 270px;
  height: fit-content;
}
.list-content {
  width: 60%;
}
@media only screen and (max-width: 980px) {
  .list-image-wrapper {
    width: 40%;
  }
}