.footer{background-color:white}
.bottom-card{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #e0e0e0;margin-bottom:30px}
.bottom-card .bottom-icon{width:50px;height:50px}
.bottom-card p{color:var(--global-palette4);max-width:600px}
.bottom-card .download-btn{width:auto}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}
.footer-item{flex:1 1 200px}
.footer-item h2{font-size:23px;font-weight:400;color:var(--global-palette4);margin-bottom:15px;text-transform:uppercase}
.footer-item ul{list-style:none;margin:0;padding:0}
.footer-item li{margin-bottom:8px}
.footer-item a{color:var(--global-palette4);text-decoration:none}
.footer-item a:hover{color:#006F09}
.footer-bootom{padding-top:10px;padding-bottom:10px;border-top:2px solid var(--global-palette9)}
.footer-copyright{text-align:center;font-style:normal;font-weight:normal;font-size:15px;font-family:'Open Sans',sans-serif}
@media (max-width:768px){.footer-nav{flex-direction:column;gap:30px}
.bottom-card{flex-direction:column;gap:15px}
}