.no-comp-carousal-item{
    min-height: 448px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 18px;
    padding: 24px;
}
.no-comp-carousal-item:hover{
    background-color: var(--blue1);
}
.no-comp-icon-wrapper{
    height: 98px;
    width: 98px;
    background-color: #E9F4FD;
    border-radius: 18px;
}
/* Change all text inside card */
.no-comp-carousal-item:hover p {
  color: #ffffff !important;
}

/* Optional: icon wrapper background */
.no-comp-carousal-item:hover .no-comp-icon-wrapper {
  background-color: #008CFF !important;
}
.no-comp-carousal-item:hover .no-comp-icon-1 {
  content: url("../icons/no-comp-card-1-white.svg");
}
.no-comp-carousal-item:hover .no-comp-icon-2 {
  content: url("../icons/no-comp-iso-white.svg");
}
.no-comp-carousal-item:hover .no-comp-icon-3 {
  content: url("../icons/no-comp-card-3-white.svg");
}
.no-comp-carousal-item:hover .no-comp-icon-4 {
  content: url("../icons/no-comp-card-4-white.svg");
}

@media(max-width:576px){
  .no-comp-carousal-item{
    min-height: unset !important;
    
}

}