.login_sec {
    letter-spacing: 0rem;
    font-size: 0.9rem;
}

.login_sec #account_profile_pic {
    width: 1.8rem;
    height: 1.8rem;
}







































footer .help-links {
    flex-direction: row;
}

footer .copyright p,
footer .copyright .footer_logo {
    width: 30%;
}


footer .social_icon li a {
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}


footer .copyright {
    justify-content: space-around;
    flex-direction: row;
}

footer .copyright .footer_logo {
    align-items: start;
    justify-content: start;
}

footer .copyright p {
    font-size: 1.2rem;
}

footer .copyright svg {
    width: 3.2rem;
    fill: #858585;
    transition: fill 0.3s ease;
}

footer .copyright p:nth-child(3) {
    text-align: end;
}