.welbe-protocolos {
  background-color: #00BFF3;
  color: var(--theme-primary-color);
  padding: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;  
  border-radius: 50px; background-color: var(--theme-white-color);
}

.welbe-protocolos-content {
  max-width: 60%;
}

.welbe-protocolos h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: var(--theme-primary-color);

}

.welbe-protocolos .subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}

.certificaciones {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.certificacion {
  max-width: 250px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.certificacion img {
  width: 40px;
  height: 40px;
}

.certificacion .text {
  font-size: 14px;
  color: var(--theme-primary-color);
}

.imagen-enfermera {
  max-width: 35%;
}

.imagen-enfermera img {
  width: 100%;
}

.nota {
  font-size: 13px;
  font-style: italic;
  margin-top: 20px;
  color: var(--theme-primary-color);
}

@media (max-width: 768px) {
  .welbe-protocolos {
    flex-direction: column;
    align-items: center;
  }

  .welbe-protocolos-content,
  .imagen-enfermera {
    max-width: 100%;
  }

  .certificaciones {
    justify-content: center;
  }
}
