
.profile-single,.resource-single{display:grid;grid-template-columns:40% 60%;gap:50px;align-items:start}
.profile-single>img,.resource-single>img{width:100%;height:auto;border-radius:16px}
.profile-single span,.resource-single small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:1px}
.profile-single h2{color:var(--navy);font-size:32px}
.profile-single p,.resource-content{color:#718391;font-size:11px;line-height:1.9}
.profile-single a{color:var(--blue);font-size:9px;font-weight:800}
.resource-single-section{padding:100px 0}
.resource-content{margin:20px 0}
.dark-btn{display:inline-block;background:var(--navy);color:#fff;padding:12px 15px;border-radius:6px;font-size:14px;font-weight:400}
.dark-btn:hover{color:#fff}
.story-content{color:#718391;font-size:11px;line-height:1.9}
.story-content h2,.story-content h3{color:var(--navy)}
@media(max-width:767px){.profile-single,.resource-single{grid-template-columns:1fr;gap:25px}}
