.rainbow {
	background: -webkit-gradient(linear,left top,right top,from(#004D7D),to(#e52e71));
	background: linear-gradient(to right,#004D7D,#e52e71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}    @media (max-width:991px) {
      .tx-maps2 {
        height: 660px !important;
        overflow: hidden;
      }
      #maps2-12831 {
        height: 660px !important;
      }
    }    .rainbow {
      background: -webkit-gradient(linear,left top,right top,from(#004D7D),to(#e52e71));
      background: linear-gradient(to right,#004D7D,#e52e71);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      text-shadow: none;
    }