﻿.lawyer-card {
    background: #fff;
    /*border-radius: 20px;*/
    padding: 35px 25px 30px;
    text-align: center;
    position: relative;
  /*  height: 100%;*/
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;

    height: 450px;
    border: 1px solid #ddd;
    border-radius: 12px;

}


    .lawyer-card:hover {
        transform: translateY(-8px);
    }


/* กรอบรูป */

.lawyer-image-wrapper {
    width: 210px;
    height: 210px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
}
 
.lawyer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ชื่อ */ 
.lawyer-card h3 {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}



/* ความเชี่ยวชาญ */

.lawyer-card p {
    color: #777;
    font-size: 15px;
    margin: 0;
}



/* ลูกศร */

.lawyer-arrow {
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #c8a45d;
    font-size: 28px;
    text-decoration: none;
}
