.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.brand-benefits-section {
  padding: 80px 20px;
  background: #f4f6f9;
}

.brand-benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.benefit-text {
  flex: 1 1 60%;
  padding: 40px;
}

.section-heading {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
}

.highlight-text {
  color: #333;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.6;
}

.support-text {
  line-height: 1.7;
}

.benefit-image {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.benefit-image img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .brand-benefits-container {
    flex-direction: column;
  }

  .benefit-text,
  .benefit-image {
    flex: 1 1 100%;
    padding: 20px;
  }

  .benefit-image {
    border-top: 1px solid #e0e0e0;
  }
  .brand-identity{
    margin-top: 0 !important;
  }
}

.benefit-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
  color: #333;
}

.benefit-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
   color: #4cc2c0;
  font-weight: bold;
  font-size: 18px;
}
.branding-digital-points p {
    margin-bottom: 12px;
    text-align: justify;
  }

  .branding-digital-points p strong {
    color: #4cc2c0;
    margin-right: 6px;
  }
