.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 3rem;
    color: #f75a4a;
}

@media (max-width: 768px) {
    .icon {
        font-size: 2.5rem;
    }

    .card h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .icon {
        font-size: 2rem;
    }

    .card h2 {
        font-size: 1.1rem;
    }
}

h2.mt-3 {
    font-size: 22px;
    font-weight: 800;
}

.specility-bx {
    /* margin-bottom: 15px; */
    height: 200px;

    h2{
       font-size: 18px;
       font-weight: 800;
       line-height: 22px;
    }
}

.abt-box {
    height: 325px;
}

@media only screen and (max-width: 600px) {
    .abt-box {
        height: auto;
    }
  }