.physician-first {
    background: #20208f;
    background-image: radial-gradient(circle at 85% 18%, rgba(45, 212, 191, 0.28) 0%, transparent 46%), radial-gradient(circle at 12% 92%, rgba(124, 58, 199, 0.45) 0%, transparent 52%), var(--ss-grad);
    position: relative;
    overflow: hidden;
}
.physician-first .chip {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
}
.physician-first h2.white em {
    font-style: normal;
    background: linear-gradient(90deg, #2dd4bf 0%, #7df3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.physician-first .sec-h p {
    margin:0 auto;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 1.65;
    max-width: 640px;
    letter-spacing: .005em;
}
.physician-first .ph-grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:20px;
}
.physician-first .ph-grid .ph-card {
    background:rgba(255,255,255,.04);
    border: 1px solid rgba(139,92,246,.5);
    border-radius:16px;
    padding:24px;
}
.physician-first .ph-card .badge {
    font-size:12px;
    font-weight:600;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#22d3ee;
    margin-bottom:10px;
    display: inline-flex;
}
.physician-first .ph-card h3 {
    font-size:14px;
    font-weight:600;
    color:#fff;
    margin-bottom:4px;
}
.physician-first .ph-card p {
    font-size:13px;
    color:rgba(255,255,255,.6);
    line-height:1.6;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .physician-first .ph-grid {
        grid-template-columns: 1fr;
    }
}