
footer {
    margin: .5rem 0;
}
a{
text-decoration: none;
color:#000000;
}


.foot-logo {
    width: 30% !important;
}

.socilConnect {
    width: fit-content !important;
    display: flex;
    justify-content: space-between;
}

.socilConnect i {
    margin: .9rem;
}

.foot-text {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.foot-text p {
    font-weight: 700;
    font-size: 0.8rem;
}

.links_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
@media (max-width : 480px) {
    .foot-logo {
        width: 40% !important;
        margin-right: 10% !important;
    }

    .foot-logo img {
        height: 10rem;
    }

    .socilConnect {
        width: 10rem !important;
    }

    .socilConnect i {
        margin: 0;
    }

    .foot-text {    
        display: flex;
        width: 50% !important;
        flex-direction: column;
    }

    .foot-text h3 {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    .foot-text p {
        font-size: .6rem;
        font-weight: 400;
    }

    .content {
        width: 100%;
    }

    
}

@media only screen and (max-width: 950px) and (min-width: 750px){

.row{
    justify-content: space-around !important;
}
.foot-text{
    flex-direction: column;
    align-items: start;
    margin-left: 0rem;
    width: 45%;
}

}
