.servicesCard{padding:3vw;display:flex;justify-content:space-between;min-height:300px;border-bottom:1px solid rgba(179,179,179,.418)}.servicesCard>div{display:flex}.servicesCard .title{width:-moz-fit-content;width:fit-content}.servicesCard .description{width:30vw}.servicesCard h2{font-weight:500;font-size:clamp(1.5rem,2vw,2.5vw)}.servicesCard p{font-weight:300;font-size:clamp(1rem,1vw,1.5vw);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:1rem}.servicesCard .description{width:100%!important}}