
.on_04 a{
	color:#fff;
	text-decoration:none;	
}
.on_04 a::after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	content: '';
	width: 70%;
	height: 4px;
	background-color: #fff;
	transform: translateX(-50%);
}


.btn-apply {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color:#f75300;
  transition: .4s;
  font-weight:700;
}

.btn-apply:hover {
  background: #fa854b;
  color: #fff;
  text-decoration:none;
}