.why_Choose_Section{
    padding: 100px 0px;
}
.choose_image{
    padding: 20px;
}

    .section-title {
      color: #f4b400;
      font-weight: 600;
      font-size: 1rem;
      font-style: italic;
    }

    .main-heading {
      font-weight: 700;
      font-size: 40px;
      color: #1a1a1a;
       font-family: 'Manrope', sans-serif; 
    }

    .description {
      color: #555;
      font-size: 0.95rem;
      margin-bottom: 2rem;
      max-width: 800px;
    }

    .benefit-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }

    .benefit-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .icon-green {
      background-color: #4CAF50;
    }

    .icon-yellow {
      background-color: #f4b400;
    }

    .benefit-title {
      font-weight: 800;
      margin-bottom: 4px;
      color: #1a1a1a;
       font-family: 'Manrope', sans-serif; 
    }

    .benefit-text {
      color: #666;
      font-size: 0.95rem;
    }

    .footer-highlight {
      color: #28a745;
      font-weight: 600;
      margin-top: 1.5rem;
    }
    .w-80{
        width: 80%;
        margin: 0 auto;
    }