.footer{
    width: 1920px;
    height: 433px;
    background: #1A1A1A;
}
.footer-content{
    height: 333px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 263px;
}

.footer-ic{
    width: 1920px;
    height: 100px;
    background: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #707070;
}
.footer-content-left p:first-child{
    margin-top: 65px;
}
.footer-content-left p:first-child span{
    font-size: 20px;
    color: #919191;
    margin-right: 50px;
    cursor:pointer;
}


.footer-content-left p:nth-child(2){
    margin-top: 74px;
}
.footer-content-left p:nth-child(2) span{
    font-size: 30px;
    color: #919191;
    margin-right: 119px;
    cursor:pointer;
}

.footer-content-left p:nth-child(3){
    margin-top: 64px;
}
.footer-content-left p:nth-child(3){
    font-size: 20px;
    color: #919191;
}

.footer-content-right{
    margin-top: 65px;
    margin-left: 400px;
}