.samarretes-custom-block {
  padding: 40px;
  background:#f8f8f8;
  clear:both;
  margin:20px 0px;
  border-radius:15px;
  width:100%;
}

.samarretes-custom-block h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.samarretes-custom-block h3 {
  font-weight: 600;
  margin-top: 30px;
}

.samarretes-custom-block .lead {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  font-size:18px;
}

/* CARDS */
.samarretes-custom-block .item {
  padding: 20px 10px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  text-align:center;
}

.samarretes-custom-block .item img 
{
  width:80px !important;
}

.samarretes-custom-block .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ICONOS */
.samarretes-custom-block i {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

/* TITULOS */
.samarretes-custom-block h5,
.samarretes-custom-block h6 {
  margin-top: 10px;
  font-weight: 600;
}

/* TEXTO FINAL */
.samarretes-custom-block p {
  color: #555;
  line-height: 1.6;
}

.samarretes-tech img
{
  width:20px !important;
}