.next_button_section {
margin-top: 40px;
text-align: -webkit-center;
}
.next_button_link {
font-size: 17px;
font-style: normal;
width: 80px;
display: block;
}

.next_button_link:hover {
text-decoration: none;
}
.next_button_link div {
background-color: #FD8A16;
width: 80px;
text-align: center;
color: #fff;
padding: 20px;
}

.next_button_link:hover div {
background-color: #b86410;
color: #fff;
}