.whyUs {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url(/imgs/whyUs-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .whyUs__container {
}

.whyUs__content {
} */

.whyUs__top {
  margin: 0 auto;
  max-width: 1680px;
  padding-right: 212px;
  padding-left: 212px;
  display: flex;
  justify-content: space-between;
}

.whyUs__h2 {
  width: 500px;
  color: #2d2f33;
  /* font-family: "Roboto Bold"; */
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 43.2px */
  text-transform: uppercase;
  /* font-variation-settings: 'opsz' 48; */
}

.whyUs__h3 {
  width: 470px;
  color: #2d2f33;
  font-family: "Roboto Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.whyUs__title {
  font-size: 24px;
  line-height: 1.2;
  color: #2d2f33;
  margin-bottom: 60px;
}

.whyUs__cards {
  user-select: none;
  cursor: grab;
  padding-left: 212px;
  padding-right: 212px;
  display: flex;
  gap: 40px;
  margin-top: 300px;
  overflow: auto;
  scrollbar-width: none; /* Скрываем скролл в Firefox */
}

.whyUs__icon-wrapper {
  user-select: none;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 116px;
  background-color: white;
}

.whyUs__cards:active {
  cursor: grabbing;
}

.whyUs__cards::-webkit-scrollbar {
  display: none; /* Скрываем скролл в Chrome/Safari */
}

.whyUs__card {
  flex-shrink: 0;
  overflow: hidden;
}

.whyUs__p {
  font-size: 16px;
  color: #2d2f33;
  margin-top: 16px;
  text-align: center;
}

.whyUs__card {
  width: 360px;
  background-color: #f7f7f7;
  padding: 32px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 485px;
  height: 250px;
}

.whyUs__number {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.whyUs__card--orange {
  background-color: #ed7033;
  color: white;
  width: 485px;
  height: 250px;
}

.whyUs__icon-wrapper--orange {
  background-color: #ed7033;
}

.whyUs__label {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 16px;
  /* line-height: 1.3; */
  color: inherit;
}

.whyUs__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .whyUs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .whyUs__top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .whyUs__h2 {
    font-size: 24px;
  }

  .whyUs__cards {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }

  .whyUs__card {
    width: 260px;
    height: 240px;
  }

  .whyUs__label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .whyUs__description {
    font-size: 16px;
  }


}
