.home_footer{flex-direction:column;align-items:center;gap:2rem;width:100%;height:auto;padding:2rem 2rem 4rem;display:flex}.home_footer_card{justify-content:center;width:100%;height:fit-content;display:flex}
.counter{flex-direction:column;align-items:center;width:fit-content;display:flex}.counter_num{color:var(--blue-color);font-size:68px;font-family:var(--outfit-font)}
.stat{background-color:var(--white-color);flex-direction:column;align-items:center;gap:1rem;width:100%;height:auto;padding:3rem 2rem;display:flex}.stat_item{justify-content:center;gap:3rem;width:100%;display:flex}@media (max-width:1024px){.stat_item{flex-wrap:wrap;gap:2.5rem 3rem}}@media (max-width:768px){.stat .counter_num{font-size:54px}}@media (max-width:480px){.stat{padding:2.5rem 1rem}.stat_item{gap:2rem 1rem}.stat .counter{width:calc(50% - .5rem)}.stat .counter_num{font-size:42px}.counter_num_text{text-align:center}}
.video_section{flex-direction:column;gap:4rem;height:80vh;display:flex;overflow:hidden}.video_section_frame{width:100%;height:100%}@media (max-width:1024px){.video_section{gap:2rem;height:auto}.video_section_frame{aspect-ratio:16/9;height:auto}}
