.differences {
  padding: 41.5px 24px 0 0;
  position: relative;
}

.differences #itens-topo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -150px;
}

.differences .arrows button {
  border: none;
  outline: none;
  position: absolute;
  top: 195px;
}

.differences .new-container .title {
  display: flex;
  align-items: end;
}

.differences .new-container .swiper-wrapper {
  padding-top: 41.05px;
  padding-bottom: 165.91px;
}

.differences .new-container .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}

.differences .new-container .title h2 {
  font-size: 25px;
  line-height: 34px;
  color: #575757;
  font-weight: 300;
  width: 100%;
  max-width: 470px;
  margin-bottom: 0;
}

.differences .arrows button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.differences .container {
  position: relative;
  max-width: 1646px;
  padding: 0 62.52px;
}

.differences .arrows button.next-item-topo {
  right: 2px;
  background: transparent;
}

.differences .arrows button.prev-item-topo {
  left: 2px;
  transform: rotate(180deg);
}

.differences .item {
  background: #ffffff;
  padding: 37.16px 32.05px 40.91px;
  position: relative;
  border-radius: 9.96px;
  min-height: 267.07px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.differences .item:hover {
  transform: scale(1.05);
}

.differences .item > img {
  position: absolute;
  top: 0;
  left: 14.18px;
}

.differences .item p {
  color: #000;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 0;
  letter-spacing: 0%;
  font-weight: 300;
}

@media (max-width: 1025px) {
  .differences {
    padding: 41.5px 0 0 24px;
  }

  .differences .new-container .swiper-wrapper {
    padding-top: 23.24px;
    padding-bottom: 69.67px;
  }

  .differences .item {
    min-width: 160px;
  }

  .differences .arrows button {
    display: none;
  }

  .differences .container {
    padding: 0;
  }

  .differences .new-container .title {
    flex-direction: column;
    padding-right: 24px;
    align-items: start;
  }

  .differences .new-container .title h2 {
    font-size: 25px;
    max-width: 100%;
    padding-bottom: 23.6px;
  }

  .differences #itens-topo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;
  }
}

@media (max-width: 600px) {
  .differences .new-container .title h2 {
    max-width: 290px;
  }
}
