@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{margin:auto;width:50px;height:50px;border:10px solid #f3f3f3;border-top-color:#383636;border-radius:50%;animation:spinner 1.5s linear infinite}.about-landingpage-image{width:72%}.about-main-content{color:#fff;padding-top:5em}.about-span-heading{font-weight:700}.about-image-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.about-bg-image{grid-area:1/1}.about-landingpage-wrapper{padding:2em;grid-area:1/1;text-align:center}.about-landingpage-content,.about-landingpage-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.about-landingpage-content{max-width:42em;margin:0 2em 3em}.about-landingpage-heading{font-size:2em;font-weight:700}@media (min-width:1200px){.about-landingpage-wrapper{text-align:unset;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.about-landingpage-content{max-width:565px;flex:1;padding-left:3em}.about-landingpage-heading{font-size:2.5em}.about-landingpage-para{font-size:1.3em}.about-landingpage-image{max-width:908px;flex:1}.about-bg-image{max-height:650px}}@media (min-width:1500px){.about-landingpage-wrapper{width:90em;margin:auto}}