.seperator{
	content: '';
    display: table;
    clear: both;
    height: 3px;
    width: 45%;
    background-color: rgba(170, 137, 106, 0.4);
    margin: 70px auto 70px auto;
 }
 

.btn1_container{
background:#4d4b47;
width:100%;
height:66px;
line-height:66px;
display: inline-flex;
 
} 

.btn1_inverse_container{
 width:100%;
 display: inline-flex;
 margin:20px 0px;
 
} 



@media screen and (max-width:768px){

footer.footer-2 ul {
    margin: 0px;
    display: table;
}

footer.footer-2 h4 {
    margin-top: 20px;
    float: left;
}	

.footer-2{
padding:5%;
}
footer.footer-2 .last h4, footer.footer-2 .start h4 {
    float: left;  
}

}
