footer{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #2c2c2c;
    padding: 6rem 0;
}
footer h3, footer p{
    color: #fff;
    padding: 1rem 0;
    margin-right: 0rem;
}

footer p{
    color: #c3c7d3 !important;
}
footer .copy-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 2rem;
}
footer .copy-right span{
    color: #fff;
    width: 100%;
    padding: 1rem 0;
    justify-content: center;
    display: flex;
    text-align: center;
}
footer .sme-links{
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.footer-container{
    width: 60%;
}
.footer-container .footer-image{
    height:55px;
    width: 100px;
}
.footer-container .footer-image img{
   height: 100%;
}

@media(max-width:1480px){
    .footer-container{
        width: 70%;
    }   

    footer h3, footer p{
        font-size: 17px;
    }  
}
@media(max-width:1100px){

    .footer-container .footer-image{
        height:35px;
    }
    .footer-container{
        width: 80%;
    } 
    footer h3, footer p{
        margin-right: 1.5rem;
        font-size: 15px;
    }  
}
@media(max-width:850px){
    .footer-container{
        width: 90%;
    }   
}

@media(max-width:740px){
    
    footer{
        padding: 3rem 1rem;
        align-items: center;
        
    }   
    .footer-container{
        width: 100%;
    }
    footer .sme-links{
        margin-top: 2rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer-container .footer-image{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    footer h3, footer p{

        margin-right: 0rem;
        text-align: center;
    }
    footer .copy-right span{
        justify-content: center;
        width: 70%;
        font-size: 14px;
    }
}

@media(max-width:450px){
    footer .copy-right span{
        justify-content: center;
        width: 90%;;
    }
}