/* Sección Servicios */
.servicios-section {
  padding: 60px 0;
  background-color: #fff;
}

.servicios-section h3 {
  color: #386097;
  font-weight: 700;
  margin-bottom: 20px;
}

.servicios-section p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
}

.servicios-section img {
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.servicios-section .row {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .servicios-section .row {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
