.addServiceToCart {
    margin: 0 !important;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}

.addServiceToCart:after {
    content: url("../../../_static/images/core/sum_table_service_cart_icon.svg");
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -30px;
    z-index: 100;
}