.service-list-wrapper{max-width:1400px;margin:0 auto}.service-list-container{display:flex;padding:0 100px 75px;justify-content:space-between}.service-list-wrapper .list-item{width:100%;max-width:345px;margin:29px}.service-list-wrapper .service-links{display:flex;flex-direction:column}.service-list-wrapper .service-title{font-size:32px;line-height:48px;color:#92a1ae}.service-list-wrapper .service-subtitle p,.service-list-wrapper .service-title{font-family:Lora,serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.service-list-wrapper .service-subtitle p{font-size:18px;line-height:24px;color:#4f4f4f}.service-list-wrapper .service-links a{position:relative;width:fit-content;letter-spacing:2px;font-family:Roboto;text-transform:uppercase;color:#ec5c32;font-size:16px;line-height:30px;margin-bottom:15px}.service-list-wrapper .service-links a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#ec5c32;transform-origin:bottom right;transition:transform .25s ease-out}.service-list-wrapper .service-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}@media (max-width:990px){.service-list-container{flex-direction:column}.service-list-wrapper{max-width:100%}.service-list-wrapper .list-item{max-width:100%;margin:30px auto}}@media (max-width:660px){.service-list-container{padding-left:30px;padding-right:30px}.service-list-wrapper .list-item{max-width:100%;margin:30px auto}}