.Services{margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.ServiceCardWrapper{width:60%;height:450px}@media screen and (max-width:1000px){.ServiceCardWrapper{width:75%}}@media screen and (max-width:850px){.ServiceCardWrapper{width:90%}}@media screen and (max-width:768px){.ServiceCardWrapper{width:95%;height:unset}}.ServicesRecentCommissions{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%}@media screen and (max-width:850px){.ServicesRecentCommissions{width:100%}}.ServiceDrawingWrapper{width:50%;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:850px){.ServiceDrawingWrapper{width:90%}}.ServiceDrawingWrapper .ProgressiveImage{max-width:100%;max-height:100%}.ServicesLogo{margin-top:3rem;width:100px}.ServiceCard{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;width:100%;gap:0}@media screen and (max-width:768px){.ServiceCard{display:block;height:unset}}.ServiceCard>img{width:10%}@media screen and (max-width:768px){.ServiceCard>img{display:none}}.ServiceCardMiddle{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:80%;height:100%;padding:1rem;gap:2rem}@media screen and (max-width:768px){.ServiceCardMiddle{flex-direction:column;height:unset;margin-left:auto;margin-right:auto}}.ServiceCardMiddle>div{width:50%;height:100%}@media screen and (max-width:850px){.ServiceCardMiddle>div{width:100%}}@media screen and (max-width:768px){.ServiceCardMiddle>div{display:block;height:unset}}.ServiceCardDescription{padding-left:1rem;padding-right:1rem}.ServiceCardMiddleLeft{height:100%;gap:2rem}.ServiceCardMiddleLeft,.ServiceCardMiddleLeftImageWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.ServiceCardMiddleLeftImageWrapper{width:100%}.ServiceCardMiddleRight{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto}@media screen and (max-width:768px){.ServiceCardMiddleRight{margin:0}}.ServiceCardMiddleRight>img{max-width:100%;max-height:100%;border-radius:2rem}.ServiceNormal{filter:none}.ServiceHover,.ServiceNormal{transition:all .25s ease-in-out}.ServiceHover{filter:drop-shadow(10px 5px 4px rgba(41,41,51,.3725490196));scale:1.01}