.about-sections{
    background:#f8faf7;
}

.section-title span{
    letter-spacing:2px;
}

.about-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

.about-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.about-card-img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.about-card-body{
    padding:25px;
}

.card-tag{
    color:#198754;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;
}

.card-title{
    font-size:28px;
    font-weight:700;
    margin:12px 0 15px;
}

.card-text{
    color:#666;
    line-height:1.8;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:15px 0 0;
}

.feature-list li{
    padding:8px 0;
    color:#555;
    border-bottom:1px solid #eee;
}

.feature-list li:last-child{
    border-bottom:none;
}