.mentor-intro {
    max-width: 980px;
    margin: 0 auto;
}

.mentor-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.mentor-card::before {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, .18), transparent 68%);
    content: '';
    pointer-events: none;
}

.mentor-symbol {
    display: grid;
    width: 92px;
    height: 92px;
    margin-bottom: 26px;
    border: 1px solid rgba(20, 184, 166, .35);
    border-radius: 50%;
    background: rgba(20, 184, 166, .1);
    color: #14b8a6;
    font-size: 2.25rem;
    place-items: center;
}

.mentor-name {
    max-width: 760px;
    line-height: 1.35;
}

.mentor-copy {
    max-width: 800px;
    font-size: 1.08rem;
    line-height: 1.9;
}

.mentor-highlight {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(20, 184, 166, .22);
    border-radius: 18px;
    background: rgba(20, 184, 166, .06);
}

.mentor-highlight-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #14b8a6, #0ea5e9);
    color: #fff;
    font-size: 1.25rem;
    place-items: center;
}

.mentor-highlight h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.mentor-highlight p {
    margin: 0;
    line-height: 1.75;
}

@media (max-width: 767.98px) {
    .mentor-card {
        border-radius: 18px;
    }

    .mentor-symbol {
        width: 74px;
        height: 74px;
        font-size: 1.8rem;
    }

    .mentor-copy {
        font-size: 1rem;
    }
}
