.section-why-us {
  padding: 20px 15px;
}

.section-why-us .heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.container-why-us {
  max-width: 1280px;
  margin: 0 auto;
}

.why-choose-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.why-choose-us .content {
  flex: 1;
  margin: 0 15px;
}

.why-choose-us .image {
  display: none;
}

.why-choose-us .list-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.why-choose-us .icon {
  width: 20%;
  max-height: 48px;
}

.why-choose-us .text {
  margin-left: 15px;
  width: 80%;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .section-why-us {
    padding: 40px 20px;
  }

  .section-why-us .heading {
    font-size: 36px;
  }

  .why-choose-us {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .why-choose-us .image {
    display: block;
  }

  .why-choose-us .list-item {
    font-size: 20px;
  }

  .why-choose-us .text {
    font-size: 16px;
  }
}
