.image-with-title__title {
  margin-bottom: 3rem;
}

.image-with-title__list {
  padding-bottom: 3.5rem;
}

.image-with-title__img {
  display: block;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .image-with-title__title {
    margin-bottom: 5rem;
  }

}
