.feature-feature-container22 {
  margin: 35px auto;
  width: 100%;
}

#feature-head2{
  width:auto;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding : 0 20px;
}


.feature-badge2 {
  font-weight: 700;
  font-style: Bold;
  color: #5657E4;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #5657E4;
  border-right: 4px solid #5657E4;
  border-bottom: 4px solid #5657E4;
  border-left: 1px solid #5657E4;
  width:max-content;
  height: max-content;
  display: inline-block;
  border-radius: 6px;
  margin: auto;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  gap: 6px;
  background-color:#EFEFFF !important;
  margin-bottom: 12px;
}

  #feature-z2 {
  background: url('./svg/feature2.svg') no-repeat 10px center;
  background-size: 24px 24px;
  padding-left:40px;
  }

.feature-feature-h122, .feature-main-title2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin:auto;
}

.feature-description2 {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  color: var(--color-gray-700);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
  margin: auto;
}


#feature-one2, #feature-two2, #feature-three2, #feature-four2 {
  position: relative;
  padding-left: 60px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

#feature-one2::before, 
#feature-two2::before, 
#feature-three2::before, 
#feature-four2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: pink;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  border-radius: 6px;
}

/* Individual icon URLs */
#feature-one2::before {
  background-image: url('./svg/fh21.svg');
  background-color: #F2FFF0;
     background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-two2::before {
  background-image: url('./svg/fh22.svg');
  background-color: #FFEFE9;
    background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-three2::before {
  background-image: url('./svg/fh23.svg');
  background-color: #EBF6FA;
  background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-four2::before {
  background-image: url('./svg/fh24.svg');
  background-color: #F7F1FC;
  background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

.feature-features-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* exactly 2 columns */
  gap: 1px;
  text-align: left;
}

.feature-feature-box2 {
  padding: 24px 20px;
  border-radius: 12px;
}

.feature-feature-box2 .feature-icon2 {
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #fff;
}

.feature-green2 {
  background-color: #34d399;
}

.feature-orange2 {
  background-color: #f97316;
}

.feature-blue2 {
  background-color: #3b82f6;
}

.feature-purple2 {
  background-color: #8b5cf6;
}

.feature-feature-box2 h3, .feature-item-title2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-gray-700);
}

.feature-feature-box2 p, .feature-item-text2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-950);
  line-height: 150%;
}
