/* Start custom CSS for html, class: .elementor-element-f97c54c */.jbr-about-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.jbr-about-header {
  text-align: center;
}

.jbr-about-header h1 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #111;
}

.jbr-about-header p {
  font-size: 16px;
  color: #555;
}

.jbr-divider {
  height: 4px;
  width: 60px;
  background-color: #ff6600;
  margin: 10px auto 20px;
  border-radius: 4px;
}

.jbr-about-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.jbr-about-section i {
  font-size: 30px;
  color: #ff6600;
  min-width: 40px;
  text-align: center;
  margin-top: 6px;
}

.jbr-about-section .text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #222;
}

.jbr-about-section .text p {
  margin: 0;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}/* End custom CSS */