.why-choose-us-section {
  padding: 70px 0;
  background: #000000;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.why-choose-us-section .carcity-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  color: #ffffff;
}

.why-choose-us-section .carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.row.choose-us-bg {
  padding: 0;
  background: transparent;
  margin-top: 0;
  position: relative;
}

.why-choose-us-thumb {
  position: relative;
}

.why-choose-us-items-box {
  display: flex;
  padding: 10px 0;
}

.why-choose-us-content {
  padding: 0px 0 0 26px;
  flex: 1;
}

.why-choose-us-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 0 10px;
  margin-top: 0;
  color: #ffffff;
}

.why-choose-us-desc p {
  padding: 0 55px 0 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.upper .row.choose-us-bg {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  position: relative;
}

.upper .why-choose-us-thumb {
  left: 0;
}

.why-choose-icon-thumb {
  width: 48px;
  flex-shrink: 0;
}

.why-choose-icon-thumb img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 36px;
  }
  .row.choose-us-bg {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row.choose-us-bg {
    padding: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .why-choose-us-section .carcity-section-title h4 {
    font-size: 14px;
  }
  .row.choose-us-bg {
    padding: 0;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .row.choose-us-bg {
    padding: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .row.choose-us-bg {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .why-choose-us-desc p {
    padding: 0;
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .row.choose-us-bg {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .why-choose-us-items-box {
    display: flex;
    padding: 10px 0;
  }
  .why-choose-us-title h3 {
    font-size: 22px;
    padding: 0 0 5px;
  }
  .why-choose-us-section .carcity-section-title h4 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .why-choose-us-desc p {
    padding: 0;
    font-size: 14px;
  }
}