.elementor-996 .elementor-element.elementor-element-56c7c05{--display:flex;}.elementor-996 .elementor-element.elementor-element-75addb0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d44f9ee */.about-section {
  background-color: #fff;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.about-content {
  flex: 1;
  min-width: 300px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.about-content h2 span {
  color: #28a745; /* finance green */
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.about-content h3 {
  font-size: 20px;
  color: #111;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.about-content ul li {
  font-size: 15px;
  color: #444;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}

.about-content ul li::before {
  content: "✔";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.about-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #28a745;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-btn:hover {
  background: #218838;
}

@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    max-width: 320px;
  }

  .about-content h2 {
    font-size: 28px;
  }
}/* End custom CSS */