.img-with-title {
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--sand);
}
.img-with-title p, .img-with-title .wp-block-image, .img-with-title img {
  width: 62.5vw;
}
.img-with-title p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--wp--preset--color--dark-blue);
}

@media screen and (max-width: 1535px) {
  .img-with-title p, .img-with-title .wp-block-image, .img-with-title img {
    width: 70vw;
  }
}
@media screen and (max-width: 1439px) {
  .img-with-title p, .img-with-title .wp-block-image, .img-with-title img {
    width: 75vw;
  }
}
@media screen and (max-width: 1279px) {
  .img-with-title p, .img-with-title .wp-block-image, .img-with-title img {
    width: 89.8vw;
  }
  .img-with-title p {
    font-size: 1.1rem;
  }
}
