.pershing-resource{--resource-title-font:Druk;--resource-text-font:Akkurat Pro;--resource-subtext-font:Akkurat Pro;display:flex;flex-direction:column;gap:16px}
.resource-title{font-family:var(--resource-title-font);font-size:24px;font-weight:700;line-height:24px;letter-spacing:.04em;text-align:left}
.resource-detail{display:flex;justify-content:space-between;gap:24px}
.resource-detail .resource-image{display:none}
.resource-text{font-family:var(--resource-text-font);font-size:20px;font-weight:400;line-height:28px;letter-spacing:.02em;text-align:left;display:flex;flex-direction:column;gap:16px}
.resource-info{flex-grow:1}
.resource-subtext{font-family:var(--resource-subtext-font);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left}
@media(min-width:768px){.resource-icon{margin-top:15px}
.resource-detail .resource-image{display:block}
}