.strength-block {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}

.strengths-subtitle {
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c59a00;
}

.strengths-title {
  font-weight: 800;
  line-height: 1.3;
  color: #222;
}

.strengths-image-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.strengths-image {
  border-radius: 12px;
  transition: transform 0.6s ease;
}

.strengths-image:hover {
  transform: scale(1.04);
}

/* Counters */
.strengths-amount-item {
  background: #fff4c2;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.strengths-amount-item:hover {
  transform: translateY(-5px);
}

.strengths-value {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.strengths-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
}

/* Responsive Refinements */
@media (max-width: 768px) {
  .strengths-title {
    font-size: 1.7rem;
    text-align: center;
  }
  .strengths-subtitle {
    text-align: center;
  }
}
