.why-choose {
  width: 1595px;
  margin: 60px auto 0;
  font-family: 'Nunito', sans-serif;
}

.why-choose__title {
  margin: 0 0 164px 0; 
  font-size: 32px;
  font-weight: 600;
  color: var(--color-dark);
  text-align: left;
}

.why-choose__banner {
  width: 1586px;
  height: 638px;
  margin: 0 auto;
  background: url("../media/why_choose.svg") center/cover no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;     
  padding: 0 48px;
  box-sizing: border-box;
}

.why-choose__item {
  max-width: 1050px;
  margin-bottom: 40px; 
  text-align: center;  
}

.why-choose__item h3 {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--background);
}

.why-choose__item p {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--background);
  white-space: nowrap;   
  display: inline-block; 
}

@media (max-width: 1595px) {
  .why-choose,
  .why-choose__banner { width: 100%; height: auto; }
}

@media (max-width: 1024px) {
  .why-choose__title { font-size: 28px; margin-bottom: 80px; text-align: center; }
  .why-choose__item h3 { font-size: 24px; }
  .why-choose__item p { font-size: 18px; white-space: normal; display: block; }
}

@media (max-width: 770px) {
  .why-choose__item h3 { font-size: 20px; }
  .why-choose__item p { font-size: 16px; }
}
