.servicesCard{border-bottom:1px solid #b3b3b36b;justify-content:space-between;min-height:300px;padding:3vw;display:flex}.servicesCard>div{display:flex}.servicesCard .title{color:#000;width:fit-content;height:fit-content;text-decoration:none;position:relative}.servicesCard .title:after{content:"";background-color:#1c8141;width:0%;height:2px;transition:width .8s cubic-bezier(.19,1,.22,1);position:absolute;bottom:0;left:0}.servicesCard .title:hover{cursor:pointer;color:#1c8141}.servicesCard .title:hover:after{width:100%}.servicesCard .description{width:30vw}.servicesCard h2{margin:0;font-size:max(1.5rem,2vw);font-weight:500}.servicesCard .ServiceDescription{font-size:max(1rem,1vw);font-weight:300;line-height:150%}@media screen and (max-width:480px){.servicesCard{flex-direction:column;justify-content:flex-start;min-height:0}.servicesCard .title{width:100%;margin-bottom:1vw}.servicesCard .description{width:100%!important}}
