#newFooter {
    /* url public\images\newIMages\pngwing1.png and black color */
    background: url("../../newIMages/mainBackground.png"), black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    /* cover */
    background-size: cover;
}

    .footerInnerWrapp {
        flex: 1 1 20%;
        min-width: 280px;
        padding: 30px;
        margin: 10px;
    }

        .logo_wrap_footer{
            padding: 10px;
            margin-bottom: 30px;
        }

            .logo_wrap_footer img {
                max-width: 250px;
                height: auto;
            }

        .footerInnerWrapp p{
           font-size: 1rem;
           max-width: 400px;
        }

        .footerSocial {
            margin-top: 20px;
            display: flex;
            flex-direction: row;
        }
            .footerSocial a{
                margin-right: 10px;
            }
        /* links */
        .footerLinks span, .footerInnerWrapp span{
            margin-bottom: 20px;
            font-size: 1.3rem;
            font-weight: 600;
            display: inline-block;
        }
            .footerLinks ul{
                list-style: none;
                padding: 0;
            }
                .footerLinks ul li a{
                    color: white;
                    text-decoration: none;
                    font-size: 1rem;
                }
                    .footerLinks ul li a:hover{
                        color: whitesmoke;
                    }
        
                .footerLinks ul li button{
                    color: white;
                    text-decoration: none;
                    font-size: 1rem;
                    background: none;
                    border: none;
                    cursor: pointer;
                }
                    .footerLinks ul li button:hover{
                        /* link color */
                        color: whitesmoke;
                    }
                