.makeOurSectionWrapper{display:flex;justify-content:space-between;-moz-column-gap:45px;column-gap:45px}.makeOurSectionWrapper .leftContent{width:calc(46% - 15px);position:relative;left:-100%;transition:all .6s ease-in-out;visibility:hidden}.makeOurSectionWrapper .rightContent{width:calc(54% - 15px)}.makeOurSectionWrapper .rightContent p,.makeOurSectionWrapper .rightContent ul{position:relative;right:-130%;transition:all .6s ease-in-out;visibility:hidden}.makeOurSectionWrapper .rightContent p{color:var(--content-color);margin:40px 0;font-size:18px;line-height:25px}.makeOurSectionWrapper .makeOurImage{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.makeOurSectionWrapper .dataNumbersWrapper{display:flex;flex-wrap:wrap;row-gap:30px}.makeOurSectionWrapper .dataNumbersWrapper li{width:49%}.makeOurSectionWrapper .dataNumbersWrapper li span{display:block}.makeOurSectionWrapper .dataNumbersWrapper .dataNumber{font-size:48px;line-height:52px;font-weight:900;color:var(--secondary-color)}.makeOurSectionWrapper .dataNumbersWrapper .dataTitle{font-size:20px;color:var(--content-color)}@media(max-width:768px){.makeOurSectionWrapper .dataNumbersWrapper .dataNumber{font-size:40px}.makeOurSectionWrapper .dataNumbersWrapper .dataTitle{font-size:18px}}@media(max-width:480px){.makeOurSectionWrapper .dataNumbersWrapper{row-gap:20px}.makeOurSectionWrapper .dataNumbersWrapper .dataNumber{font-size:36px}.makeOurSectionWrapper .dataNumbersWrapper .dataTitle{font-size:16px}}@media(max-width:1024px){.makeOurSectionWrapper .rightContent p{margin:30px 0}}@media(max-width:768px){.makeOurSectionWrapper{display:block}.makeOurSectionWrapper .leftContent{width:70%;margin:0 auto}.makeOurSectionWrapper .rightContent{width:100%;margin-top:40px}.makeOurSectionWrapper .rightContent p{font-size:16px}}@media(max-width:600px){.makeOurSectionWrapper .leftContent{width:100%}}@media(max-width:480px){.makeOurSectionWrapper .rightContent p{margin:20px 0}}.visibleSection .leftContent{left:0;visibility:visible}.visibleSection .rightContent p,.visibleSection .rightContent ul{right:0;visibility:visible}.laborMarketSection{background-color:var(--background-color)}