.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin:0 auto;
    padding: .6em 1em;
    border: none;
    border-radius: 5px;
    background-color: #052667;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.button-2:hover {
    background-color: #1579c0;
}

.inner_link {
	overflow: hidden;
	position: relative;
	margin-top:20px;
}
.inner_link ul {
	list-style: none outside none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.inner_link ul li {
	float: left;
	margin-right: 5px;
	padding: 3px 5px;
	position: relative;
	border-right:none;
	font-size:16px;
        left: -50%;
}
.inner_link ul li:last-child {
	border-right:none;
}
.inner_link li a{
	color:#fff;
}
