 .use-card {
  display: flex;
  gap: 20px;
  padding: 38px 32px;
  border-radius: 32px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.03);
  border: 1px solid #eeeeee;
}

.use-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.use-card p {
  color: #5f6f86;
  margin-bottom: 0;
}
 
.use-card .icon-box img {
  width: 30px;
  height: 30px;
  filter: invert(52%) sepia(86%) saturate(2380%) hue-rotate(165deg) brightness(97%) contrast(101%); 
}

@media only screen and (max-width: 991px) {
  .use-card {
    padding: 24px 20px;
    border-radius: 24px;
}