.image-text-grid {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.it-grid-image img {
  width: 150px;
  height: auto;
}

.it-grid-image-landscape img {
  width: auto;
  height: 150px;
}

.it-grid-text {
  flex-grow: 2;
}

.it-grid-text p:first-of-type, .it-grid-text h2:first-of-type, .it-grid-text h3:first-of-type, .it-grid-text h4:first-of-type {
  margin-top: 0px;
}
