/* Final editorial hierarchy for the services showcase heading. */
.services .section-head{display:grid!important;grid-template-columns:auto minmax(280px,1fr)!important;grid-template-areas:"title title" "label copy"!important;align-items:end!important;column-gap:34px!important;row-gap:18px!important;margin:0 0 28px!important}.services .section-head>div{display:contents!important}.services .section-head h2{grid-area:title!important;justify-self:start!important;margin:0!important;text-transform:capitalize!important;white-space:nowrap}.services .section-head .section-label{grid-area:label!important;align-self:center!important;justify-self:start!important;margin:0!important}.services .section-head>p{grid-area:copy!important;justify-self:end!important;align-self:center!important;max-width:430px!important;margin:0!important;text-align:right!important;font-size:14px!important;line-height:1.65!important}@media(max-width:800px){.services .section-head{display:block!important}.services .section-head>div{display:block!important}.services .section-head h2{white-space:normal}.services .section-head .section-label{display:block!important;margin:14px 0 10px!important}.services .section-head>p{text-align:left!important;max-width:430px!important}}
