.mutual-fund-feature .sub-text{
  text-align: center;
  margin: 0px 100px;
}
.why-us-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.software-info , .software-info-img-wrap{
  width: 30%;
}
 .software-info{
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.list-card-info {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
  transition: 0.5s;
  display: flex;
  gap: 20px;
  align-items: center;
}
.list-card-info:hover{
  transition: 0.5s;
  box-shadow: 9px 13px 29px 7px rgb(0 0 0 / 5%);
}
.list-card-info .icon-wrap{
  width: 61px;
  height: 61px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ECFAFF;
  flex-shrink: 0;
}
.software-info-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.software-info-img{
  width: 100%;
  height: auto;
  text-align: center;
}