
  #mh5g24697ifi {
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  #mh5g24697ifi .copy {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  #mh5g24697ifi .copy p {
	font-weight: 400;
  }
  
  #mh5g24697ifi label {
	font-weight: 400;
  }

  @media(min-width: 992px) {
	#mh5g24697ifi {
	  flex-direction: row;
	}
  }
