.small-text p {
    font-size: 15px;
    font-weight: 600;
}

ul li {
    list-style: none;
}

.fa-solid {
    color: #42aa93f0;
}

.services-card-effect {
    border: 0;
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);

}


.services-card-effect:hover {
    transform: scale3d(1.06, 1.06, 1);
    z-index: 1;
    border-width: 1px !important;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.93), 0 3px 6px rgba(0, 0, 0, 0.926);
}