#about{
    width: 100%;
    background-color: #222222;
}

.footermain{
    padding: 1% 0;
}

.footerTop{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    
}

.rqcodesize{
    width: 50%;
    height: 100%;
}


.footerBottom{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    font-family: "Poppins",sans-serif;
}