.Home-business-item:hover  {
    background-image: none !important;
    background-color: inherit !important; 
    color: inherit !important;
}

.Home-business-item:hover .Home-business-item-title {
    color: #247DFF !important;
}

.Home-business-item:hover .Home-business-item-icon svg path {
    stroke: #247DFF !important;
}

.Home-business-item:hover .u-marginBottom span[data-i18n^="landing-home_business_item_info_"] {
    color: #000 !important;
}

.Dropdown--login {
    display: block !important;
}

#react-header-get-demo {
    display: block !important;
}

.Review-service-item:hover {
    color: #247DFF !important;
    background-image: none !important;
    background-color: inherit !important; 
}

.Review-service-item:hover svg path {
    fill: #247DFF !important;
}

.alice-carousel__prev-btn div,
.alice-carousel__next-btn div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.alice-carousel__prev-btn div.u-none,
.alice-carousel__next-btn div.u-none {
  display: block !important;
}

.alice-carousel__prev-btn div:hover,
.alice-carousel__next-btn div:hover {
  background-color: #f5f5f5;
  cursor: pointer;
} 