section {
  margin-bottom: 40px;
}

.why-header {
  text-align: center;
  margin-bottom: 50px;
}

.why-header h2 {
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #3c3c3c;
}

.why-header p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #3c3c3c;
}

.why-choice-list-img {
  width: 100%;
  margin-bottom: 40px;
}

.why-choice-list-img img {
  width: 100%;
}

.why-choice-list li {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.why-choice-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0;
}

.why-choice-list li p {
  line-height: 1.75;
  color: #2d3748;
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  section {
    margin-bottom: 30px;
  }

  .why-header {
    margin-bottom: 100px;
  }

  .why-header h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .why-header p {
    font-size: 18px;
    line-height: 1.56;
  }

  .why-choice-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .why-choice-list-img {
    width: 55%;
  }

  .why-choice-list ul {
    width: 40%;
  }

  .why-choice-list ul p {
    font-size: 18px;
    flex: 1;
  }
}

.why-value li {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-value li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}

.why-value li h3 {
  font-weight: 500;
  line-height: 1.5;
  color: #3c3c3c;
  font-size: 24px;
  margin-bottom: 8px;
}

.why-value li p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
}

@media (min-width: 992px) {
  .why-value ul {
    display: flex;
    justify-content: space-between;
  }

  .why-value ul li + li {
    margin-left: 8.5%;
  }

  .why-value li {
    margin-bottom: 0;
    flex: 1;
  }
}

.why-interact {
  margin-bottom: 0;
}

.why-interact-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-interact-img img {
  max-width: 622px;
  width: 100%;
}

.why-footer {
  padding: 40px 30px;
  background-color: #f9fbff;
}

.why-footer-main {
  margin-bottom: 40px;
}

.why-footer-main h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-footer-img img {
  width: 100%;
}

@media (min-width: 992px) {
  .why-footer {
    padding: 60px 0;
  }

  .why-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .why-footer-main {
    width: 38%;
    margin-bottom: 0;
  }

  .why-footer-main h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .why-footer-img {
    width: 40%;
  }
}