.footer-container{background-color:var(--color-bg);width:100%;height:300px;border-top-right-radius:40px;border-top-left-radius:40px;display:grid;place-items:center;margin-top:80px}.footer-items{padding:20px 60px;width:90%;display:grid;grid-template-columns:repeat(5,2fr);grid-gap:20px;gap:20px;align-items:center}.about-enimto{display:flex;flex-direction:column}.about-enimto .footer-title{font-size:40px;font-weight:500;color:#fff}.about-enimto .footer-tagline{font-size:15px;font-weight:300;color:#fff}.connect-with-us{display:flex;flex-direction:column}.connect-with-us .connect-title{font-size:20px;font-weight:400;color:#f1f1f1}.connect-with-us .connect-item{font-size:15px;font-weight:300;color:#f1f1f1}.get-support{display:flex;flex-direction:column}.get-support .support-title{font-size:20px;font-weight:400;color:#f1f1f1}.get-support .support-item{font-size:15px;font-weight:300;color:#f1f1f1}.get-app{display:flex;flex-direction:column;gap:20px}.copyright{display:flex;justify-content:center;font-size:15px;color:#fff;opacity:.7}.support-item{cursor:pointer}@media screen and (max-width:768px){.footer-items{grid-template-columns:repeat(2,2fr);gap:2rem}.footer-container{font-size:1rem;height:600px;text-align:center}.button.flex{flex-direction:column}}@media screen and (max-width:400px){.footer-container{height:-moz-fit-content;height:fit-content;text-align:center}.footer-items{align-items:center;grid-template-columns:1fr;gap:1rem}}