.hand{
font-family: 'Tangerine', cursive;
font-size:2.1rem;
}
 @media (min-width: 1366px) and (max-width: 1499px) {
  .faqarea__heading h3 {
    line-height:110vh;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .faqarea__heading h3 {
    line-height:110vh;
  }
}

.feature-section {
      padding: 60px 20px;
    }
    .feature-box {
      background: white;
      border-radius: 1rem;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      height: 100%;
      transition: transform 0.2s ease;
    }
    .feature-box:hover {
      transform: translateY(-5px);
    }
    .icon-circle {
      font-size: 2rem;
      width: 60px;
      height: 60px;
      background-color: #007bff;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
    }
    .feature-title {
      font-weight: 600;
      font-size: 1.1rem;
    }
     .step-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      position: relative;
      padding: 5px 0;
    }
    .step-box {
      text-align: center;
      flex: 1 1 22%;
      min-width: 250px;
      position: relative;
      padding: 10px 20px;
    }
    .step-icon {
      font-size: 36px;
      color: #fff;
      background-color: #170f2f;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
    }
    .step-box::after {
      content: '';
      position: absolute;
      top: 35px;
      right: -50%;
      width: 100%;
      height: 4px;
      background: #170f2f;
      z-index: -1;
    }
    .step-box:last-child::after {
      content: none;
    }
    .step-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .step-desc {
      font-size: 14px;
      color: #555;
    }
    @media (max-width: 768px) {
      .step-container {
        flex-direction: column;
        align-items: center;
      }
      .step-box {
        margin-bottom: 40px;
      }
      .step-box::after {
        display: none;
      }
    }
    .aboutarea_5{
      padding-top:0!important;
    }
  