
.about-text .sec-title h2 {
  position: relative;
}

/*.about-text .sec-title h2::before {
  position: absolute;
  bottom: 43px;
  content: 'المراحل';
  font-weight: 600;
  z-index: -1;
  color: #f2f2f2;
  font-size: 5rem;
}*/
.about-text .sec-title h2 {
  font-weight: 600;
 /* padding: 40px 0;*/
}
.about-text h6 {
  color: #828282;
  font-weight: 400 !important;
}
.about-benifits-item .img {
  width: 7rem;
  height: 7rem;
}
.about-benifits-item .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .about-text .sec-title h2::before {
    font-size: 4rem;
  }
}
