section.hero-section{color:#000;background-color:#fff;background-image:url(/hero-image.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:70vh;padding:15px 25px;display:flex}section.hero-section .hero-section-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 0;display:flex}section.hero-section .hero-section-content .heading{text-align:center;font-size:48px}section.hero-section .hero-section-content .sub-heading{text-align:center;font-size:16px}@media screen and (max-width:900px){section.hero-section{color:#000;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:35vh;padding:15px 25px;display:flex}section.hero-section .hero-section-content{flex-direction:column;justify-content:start;align-items:start;width:100%;height:100%;padding:20px 0;display:flex}section.hero-section .hero-section-content .heading{text-align:left;font-size:2rem}section.hero-section .hero-section-content .sub-heading{text-align:left}}section.info{background:#fff;justify-content:center;align-items:center;width:100vw;height:fit-content;min-height:60vh;padding:90px;display:flex}section.info .info-section-container{align-items:center;gap:10px;width:100%;display:flex}section.info .info-section-container .info-section-content{flex-direction:column;order:1;gap:10px;width:100%;padding:0 64px 0 0;display:flex}section.info .info-section-container .info-section-image{order:2;justify-content:end;align-items:center;width:100%;height:100%;display:flex}section.info .info-section-container .info-section-image>img{object-fit:cover;object-position:center;width:100%;height:100%}@media screen and (max-width:900px){section.info{background:#fff;justify-content:center;align-items:center;width:100vw;height:fit-content;min-height:60vh;padding:10px 25px 0;display:flex}section.info .info-section-container{flex-direction:column;gap:20px;width:100%;display:flex}section.info .info-section-container .info-section-content{order:2}section.info .info-section-container .info-section-image{order:1}}section.what-we-do{background-color:#fff;justify-content:center;align-items:center;width:100vw;height:60vh;padding:0 60px;display:flex}section.what-we-do .wwd-section-htv{align-items:center;gap:10px;width:100%;height:100%;display:flex}@media screen and (max-width:900px){section.what-we-do{padding:0 24px}section.what-we-do .wwd-section-htv{flex-direction:column;justify-content:start;align-items:start;gap:10px;width:100%;height:100%;display:flex}}section.what-we-do .wwd-chart-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}section.what-we-do .wwd-chart-image>img{object-position:center;object-fit:contain;width:100%;height:100%}
