.footerMain{
    background-color: #1c2331
}
.footerIcon{
    text-decoration: none;
    margin-right: 1.5rem;
}
.textFooterLeftMain{
    margin-right: 3rem;
}
.socialMediaCont{
    background-color: #6351ce;
    padding: 1.5rem;
}
.imageLogoFooter{
    width: 60%;
    height: 7vh
}  
.footerContentlogo{
    font-size: 14px;
}
.column1Footer {
    margin-bottom: 1.5rem;
} 
@media screen and (max-width: 650px) {
    .footerIcon{
        margin-right: 0.5rem;
        font-size: 12px;
    }
    .textFooterLeft{
        font-size: 10px;      
    }
    .textFooterLeftMain{
        margin-right: 0rem;
    }
    .socialMediaCont{
        padding: 0.5rem;
    }
    .imageLogoFooter{
        width: 32%;
        height: 5vh
    }  
    .footerContentlogo{
        font-size: 13px;
    } 
    .column1Footer {
        margin-bottom: 0.5rem;
    }
   .contactCol3Txt{
       font-size: 12px;
   }
   .copyRightCont{
     font-size: 14px;
   }
}