.section-difference {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .section-difference {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-difference__wrap {
  padding: 0 30px;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-difference__wrap {
    padding: 0 20px;
  }
}
.section-difference__title {
  font-size: 30px;
  color: #000;
  margin-bottom: 70px;
  font-family: "Krona One", Arial, sans-serif;
  text-align: center;
  text-transform: none;
  line-height: 130%;
}
@media (max-width: 767px) {
  .section-difference__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.section-difference__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .section-difference__list {
    flex-wrap: wrap;
  }
}
.section-difference__item {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .section-difference__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .section-difference__item {
    width: 100%;
  }
}

.difference-item {
  width: 100%;
  min-height: 376px;
  display: flex;
  align-items: flex-end;
  padding: 44px;
  position: relative;
  border-radius: 30px;
  margin: 0;
  overflow: hidden;
  background-color: #656565;
}
@media (max-width: 767px) {
  .difference-item {
    padding: 24px;
  }
}
.difference-item:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 210px;
  z-index: 1;
}
.difference-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.difference-item__text {
  position: relative;
  font-family: "Krona One", Arial, sans-serif;
  z-index: 5;
}
.difference-item__text h3 {
  font-size: 14px;
  color: #f3c802;
}
.difference-item__text p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
