a.wp-block-tailor-blocks-image-with-text {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;

  margin-bottom: 2rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

a.wp-block-tailor-blocks-image-with-text:hover {
  text-decoration: none;
}

a.wp-block-tailor-blocks-image-with-text h2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 100;
}
