        .why__choose-list {
  display: flex;
  justify-content: space-between;
}
.why__choose .container > h4 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 45px;
}
	.wpb_wrapper h2 {
  margin-top: 0;
  color: #232628;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
ul.list-style-1 {
  padding-left: 0;
}
ul.list-style-1 li:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 0;
  top: 5px;
  content: "\f00c";
  font-size: 11px;
  color: #cc6119;
}
ul.list-style-1 li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}
h4.vc_custom_heading {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
     .why__choose-list {
    display: block;
  }
}
