#specialty-pest-control-services {
    .list-group-item-action {
        transition: all .3s ease;

        &:hover {
            background-color: var(--bg-2);
        }

        .service-btn {
            max-width: 200px;
        }
    }
}

