.faq_grid{
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: repeat(10, 100px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.faq_img{
  height: 95%;
  place-self: center;
}
.faq_img > img{
  max-height: 100%;
  width: auto;
}