﻿.bi-star-fill, .bi-star-half, .bi-star {
    font-size: 1.2rem;
}
.service-card {
    transition: box-shadow 0.2s;
}

    .service-card:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    }

.service-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.review-avatar {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.3rem;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .col-lg-4, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
