.wp-block-group {
  font-family: Gabarito;
		color: #25293d;
}

.wp-block-heading {
  font-family: Gabarito;
		color: #25293d;
}

.wp-block-post-title has-superbfont-xlarge-font-size
 {
  font-family: Gabarito;
		color: #25293d;
}


.your-image-class {

  /* Make sure the image doesn’t repeat */
  -webkit-mask-image: linear-gradient(
    to left,
    transparent 350px,
    black 450px
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(
    to left,
    transparent 350px,
    black 450px
  );
  mask-repeat: no-repeat;
  mask-size: cover;
}