
  #b8hhofac9ht0xsn2jbsd {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
  }

  #b8hhofac9ht0xsn2jbsd img {
	width: 100%;
	max-width: 200px;
	object-fit: contain;
	margin-right: 1rem;
	margin-bottom: 2rem;
  }

  #b8hhofac9ht0xsn2jbsd .copy {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }

  #b8hhofac9ht0xsn2jbsd .copy p {
	font-weight: 400;
  }

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

	#b8hhofac9ht0xsn2jbsd img {
	  width: 30%;
	  max-width: 200px;
	  margin-bottom: 0;
	}
  }
