.footer{
    height: 325px;
    background: #333230;
padding-top: 0;}
.footer-center{
    width: 1200px;
    margin: 0 auto;
}
.footer-copy{
    height: 130px;
    background-color: #545556;
    color: #fff;
}
.footer-center{
    display: flex;
    justify-content: space-between;
    color: #FDFDFD;
    font-size: 13px;
}

.footer-left{
    height: 300px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-right{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-right p{
    line-height: 30px;
    text-align: center;
}
.footer-left p{
    line-height: 30px;
}


.footer-copy{
  
    height: 70px;
    text-align: center;
    background: #2B2A29;
    font-size: 14px;
    line-height: 70px;
    letter-spacing:2px;
}

@media screen and (max-width: 1300px){
	.footer-center{
	    width: 800px;
	    margin: 0 auto;
	}
}
