h2.inner{
    margin-top: 100px;
	padding: 0;
}

.terminal-specifications-sections{
    text-align: center;
        padding: 25px 0 85px;
}

.terminal-specifications-sections button{
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
    font-size: 23px;
    padding: 25px 40px;
    margin: 0 35px;
    /*font-family: 'TT Interfaces';*/
    font-weight: 600;
    cursor: pointer;
    color: #a9a9a9;
    -moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.terminal-specifications-sections  button:hover{
	border-color: #EB5B3F;
	color: #EB5B3F;
}
.terminal-specifications-sections  button.active{
	border-color: #161355!important;
	color: #161355!important;
}