.footer{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer .footer-content{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.footer-left {
    padding-top: 3%;
    padding-left: 12%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer-left span,.footer-right span {
    padding-top: 10px;
}

.footer-right{
    padding-top: 3%;
    padding-left: 10%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}



