.footerMain{justify-content:space-evenly;background-color:black;color:white;width:100%;padding:30px}.footerLeftDiv,.footerMain{display:flex;align-items:center}.footerLeftDiv{justify-content:space-between;gap:30px}.footerLeftDiv h2{font-weight:700;font-size:36px}.footerLeftDiv p{font-size:10px}.footerRightDiv{display:flex;gap:30px}.footerRightDiv span{cursor:pointer}.footerSupportSpan{color:var(--blue)}@media (max-width:1200px){.footerRightDiv{display:flex;gap:22px}}@media (max-width:1090px){.footerMain{display:flex;flex-direction:column-reverse}.footerRightDiv{display:flex;gap:20px;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin-bottom:20px}}@media (max-width:580px){.footerRightDiv{display:flex;gap:20px;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin-bottom:20px;font-size:14px}.footerLeftDiv h2{font-weight:700;font-size:33px}.footerLeftDiv p{font-size:9px}}@media (max-width:320px){.footerLeftDiv{justify-content:space-between;gap:22px}.footerLeftDiv,.footerRightDiv{display:flex;align-items:center}.footerRightDiv{gap:20px;flex-wrap:wrap;text-align:center;justify-content:center;margin-bottom:20px;font-size:12px}.footerLeftDiv h2{font-weight:700;font-size:30px}.footerLeftDiv p{font-size:8px}}