.news-center {
	padding: 0px 0px 50px 0px;
}

.enter {
  text-align: left;
  position: relative;
}

.enter_button {
  float: left;
  padding: 0 13px;
  letter-spacing: -0.02em;
}

.enter_button span {
  letter-spacing: -0.5px;
  display: block;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 2px;
}

.enter_button a {
    text-decoration: underline;
    text-decoration-color: #0099f1;
    color: inherit;
}

.enter_button a:hover {
    color: #0099f1;
}

.code-image {
	float: left;
	margin-right: 40px;
}
.code-image div {
  font-weight: bold;
  font-size: 180px;
  line-height: 148px;
  color: #e8e8e8;
  /* position: relative; */
  display: inline-block;
}

.code-image span {
  color: #e79f9b;
  font-size: 31px;
}
@media (max-width: 767px) {
.code-image {
	margin-right: 0px;
	margin-left: 10px;
}
.enter_button span {
	line-height: 0.84615385;
	margin-bottom: 20px;
}
}
	
}
