.footer .footlinks-wrap .fbottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footlinks-wrap .fbottom .social {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer .footlinks-wrap .fbottom .contactdet .item a, .footer .footlinks-wrap .fbottom .contactdet .item p {
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .footer .footlinks-wrap .fbottom {
        flex-direction: column;
        gap: 2rem;
    }
}