footer {
    background-color: #32343f;
    min-height: 25rem;
    padding: 1rem;
    margin: 0;
}

footer .footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .footer-left {
    display: flex;
    flex-direction: column;
}

footer .footer-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .footer-left h2 {
    font-family: "Libre Baskerville", serif;
    color: white;
    font-size: 2rem;
    margin:0;
}

footer .footer-left p {
    color: white;
    font-family: "Noto Sans Malayalam", sans-serif;
}

footer .footer-left hr {
    border-color: #747373;
    width: 100%;
}

footer .footer-content ul li,
footer ul li a {
    color: white;
    font-family: 'Noto Sans Malayalam', sans-serif;
}

footer .footer-content ul li a {
    text-decoration: none;
}

footer .footer-content ul li a:hover {
    text-decoration: underline;
}

footer .footer-content ul li {
    margin: 1.5rem 0 0 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
}

footer .footer-content ul li ul li {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
}

footer .forms {}

footer .links {}

footer .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .mobile p {
    color: white;
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-size: 1.25rem;
    font-weight: 100;
}

footer .mobile img {
    margin: 0 2rem;
    height: 364px;
}