.elementor-61 .elementor-element.elementor-element-24d536b{padding:30px 0px 30px 0px;}/* Start custom CSS for html, class: .elementor-element-9400da1 *//* ====== NOSOTROS - ACCESORIOS CRISTIANOS ====== */
.qs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  max-width: 1700px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  font-family: 'Poppins', sans-serif;
}

/* Texto */
.qs-content {
  flex: 1;
}

.qs-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.qs-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Imagen */
.qs-image {
  flex: 1;
  text-align: center;
}

.qs-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.qs-image img:hover {
  transform: scale(1.03);
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .qs-container {
    flex-direction: column;
    padding: 20px;
  }

  .qs-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .qs-text {
    text-align: center;
  }
}/* End custom CSS */