html,body{overflow-x:hidden}body{position:relative}.footerTextUnderline{display:inline-block;position:relative}.footerTextUnderline::after{content:'';position:absolute;width:100%;transform:scaleX(0);height:3px;bottom:0;left:0;background-color:#FFF;transform-origin:bottom right;transition:transform 0.25s ease-out}.footerTextUnderline:hover::after{transform:scaleX(1);transform-origin:bottom left}#homePageBtn{transition:all 0.2s ease}#homePageBtn:active{transform:scale(.98)}#aboutSection,#servicesSection,#ourWorkSection,#footerSection{margin-left:-20px;margin-right:-20px;padding-left:5vw;padding-right:5vw}@media only screen and (min-width:922px){.ast-container{max-width:100%}@media only screen and (min-width:2000px){#aboutSection,#servicesSection,#ourWorkSection{padding-left:10vw;padding-right:10vw}}