.methods__slider .swiper-slide {
  height: auto;
}

.methods__slider {
}

.methods-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.methods-item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  background: #f8f8f8;
  height: 100%;
  gap: 40px;
}

.methods-item__image {
  height: 260px;
  flex-shrink: 0;
}

.methods-item__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.methods-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}

.methods-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}