.why-us-wrap {
  background-color: #242424;
  color: #dbdbdb;
}
.why-us-wrap .h2,
.why-us-wrap .h5 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .why-us-wrap .row {
    flex-direction: column-reverse;
  }
}
.why-us-wrap .content-box {
  max-width: 660px;
}
@media (max-width: 991px) {
  .why-us-wrap .content-box {
    max-width: 100%;
  }
}
.why-us-wrap .content-box ul li {
  padding-bottom: 16px;
}
.why-us-wrap .content-box ul li + li {
  border-top: 1px solid #8d8d8d;
  padding-top: 16px;
}
.why-us-wrap .content-box ul li strong {
  display: block;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 12px;
}
.why-us-wrap .content-box .btn-wrap {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .why-us-wrap .content-box .btn-wrap {
    padding-top: 24px;
  }
}
.why-us-wrap .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #feb037;
}