#Why-Choose-us {
  background-color: #f9f9f9;
  padding: 80px 0;
  margin-bottom: 0 !important;
}

.whyChoose__items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  /* justify-content: center;
  align-items: center; */
}
.whyChoose__item {
  /* flex: 1 1 27%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 25px 0px #16233f14;
  padding: 32px;
  background-color: var(--white);
  border-radius: var(--radius);
}
.whyChoose__item_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.whyChoose__item h3:first-child {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray1);
}
.whyChoose__item_header div {
  background-color: var(--blue);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .whyChoose__item {
    flex: 1 1 100%;
  }
  #Why-Choose-Our-AC-Repair-Services {
    padding: 60px 0;
  }
}
@media (min-width: 800px) {
  .whyChoose__item {
    flex: 1 1 40%;
  }
}
@media (min-width: 1200px) {
  .whyChoose__item {
    flex: 1 1 27%;
  }
}
