@charset "UTF-8";
.mintcanback{
	margin-top: 80px;
}
.businessicon{
	margin-top: 80px;
}
.mintcanphoto2{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.linkbtn{
	margin-top: 80px;
	margin-bottom: 40px;
}
.ballooninterpreter{
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	width: 100%;
	font-size: 16px;
	background: #F39939;
}

.ballooninterpreter:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F39939;
  }

  .mintoem{
	  font-size: 32px;
	  margin-bottom: 30px;
	  font-feature-settings: "palt";
  }
  .tradetext1{
	  padding-left: 20px;
	  padding-right: 20px;
  }

  @media screen and (max-width: 715px) {
	.tradetext1 br{
		display: none;
	}
  }

  @media screen and (max-width: 550px) {
	  .mintcanphoto2{
		  margin-top: 3px;
	  }
  }

  @media screen and (max-width: 400px) {
	.mintoem{
		font-size: 24px;
		margin-bottom: 20px;
	}
  }

