.sivgin-trust-item {
  border-top: 3px solid #2bb3e6;
  padding: 22px;
  background: #fff;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  transition: .25s ease;
  font-family: Arial, Helvetica, sans-serif;
}
.sivgin-trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(17,24,39,.08);
}
.sivgin-trust-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: #0f172a;
}
.sivgin-trust-item span {
  color: #6b7280;
  font-size: 14px;
}