/* About / services section */
.about-services-section {
    font-family: "Kanit", "Montserrat", sans-serif;
    background: #f3f4f6;
}

.about-services-section__header {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-services-section__eyebrow {
    font-size: 0.95rem;
    font-weight: 700;
    color: #00c853;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.about-services-section__title {
    font-size: clamp(1.5rem, 1.8vw + 0.85rem, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.about-services-section__subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.about-service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.35rem 1.25rem 1.5rem;
    height: 100%;
    text-align: left;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-service-card:hover {
    border-color: #c8e6c9;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
}

.about-service-card__img-wrap {
    width: 112px;
    height: 112px;
    margin: 0 0 1rem 0;
    border-radius: 50%;
    border: 3px solid #b2dfdb;
    overflow: hidden;
    flex-shrink: 0;
}

.about-service-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-service-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.about-service-card__description {
    font-size: 0.88rem;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.about-service-card__description p {
    margin-bottom: 0.5rem;
}

.about-service-card__description p:last-child {
    margin-bottom: 0;
}
