body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* FORCE OWL VISIBILITY (IMPORTANT) */
.owl-carousel {
  display: block !important;
}

/* SECTION */
.usp-section {
  max-width: 1300px;
  margin: auto;
  padding:20px
}

/* CARD */
.usp-card {
  background: #dfe4e4;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}

/* ICON */
.icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #5bc0ff, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

/* TEXT */
.usp-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.usp-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* REMOVE DOTS */
.owl-dots {
  display: none;
}
