.hardToEasy {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Arial, sans-serif;
  margin: 0 auto;
}

/* .hardToEasy__container {

}

.hardToEasy__content {
  
} */

.hardToEasy__top {
  margin: 0 auto;
  max-width: 1680px;
  padding-right: 212px;
  padding-left: 212px;
  display: flex;
  justify-content: space-between;
}

.hardToEasy__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; */
}

.hardToEasy__h3 {
  width: 470px;
  color: #2d2f33;
  /* font-family: "Roboto Regular"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.hardToEasy__title {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 60px;
}

.hardToEasy__cards {
  user-select: none;
  cursor: grab;
  padding-left: 212px;
  padding-right: 212px;
  display: flex;
  gap: 40px;
  margin-top: 60px;
  overflow: auto;
  scrollbar-width: none; /* Скрываем скролл в Firefox */
}

.hardToEasy__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;
}

.hardToEasy__cards:active {
  cursor: grabbing;
}

.hardToEasy__cards::-webkit-scrollbar {
  display: none; /* Скрываем скролл в Chrome/Safari */
}

.hardToEasy__card {
  flex-shrink: 0;
  overflow: hidden;
}

.hardToEasy__p {
  font-size: 16px;
  color: #333;
  margin-top: 16px;
  text-align: center;
}

.hardToEasy__card {
  width: 360px;
  background-color: #ffffff;
  padding: 32px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 486px;
  height: 320px;
}

.hardToEasy__img {
  align-items: center;
  justify-content: center;
}

.hardToEasy__card--orange {
  background-color: #ed7033;
  color: white;
  width: 486px;
  height: 320px;
}

.hardToEasy__icon-wrapper--orange {
  background-color: #ed7033;
}

.hardToEasy__label {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: inherit;
}

.hardToEasy__description {
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .hardToEasy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hardToEasy__top {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .hardToEasy__h2 {
    font-size: 24px;
    width: 100%;
  }

  .hardToEasy__h3 {
    font-size: 16px;
    width: 100%;
  }

  

  .hardToEasy__cards {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 20px;
  }

  .hardToEasy__card {
    padding: 20px;
    width: 260px;
    height: 240px;
  }

  .hardToEasy__label {
    font-size: 16px;
  }

  .hardToEasy__icon-wrapper {
    margin-bottom: auto;
  }
}
