/*=================== Main Footer =================*/

footer {
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: var(--primry-color);
 color: #f5f5f5;
}

footer > div {
 padding: 0.2rem 1.8rem;
 min-height: 12rem;
}

footer .footer-buttom {
 display: flex;
 justify-content: space-between;
 align-items: center;
 color: var(--color-muted);
 padding: 0rem 2rem 0.8rem;
}

.media {
 width: 15rem;
}
