#leasing .leasing-advantages__header:has(.h2) {
  margin-bottom: 80px;
}
#leasing .leasing-advantages__title.h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
#leasing .leasing-advantages__title--subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #ccc;
  text-align: center !important;
}



#leasing .leasing-advantages__title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

#leasing .leasing-advantages__items {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding: 50px 0;
  flex-wrap: wrap;
}

#leasing .leasing-advantage {
  max-width: 450px;
  width: 100%;
  margin-bottom: 30px;
}

#leasing .leasing-advantage__inner {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 22px;
  transition: background 0.2s linear;
}

#leasing .leasing-advantage__icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 67px !important;
  margin-bottom: 20px !important;
}

#leasing .leasing-advantage__icon img {
  width: 67px !important;
  height: auto !important;
}

#leasing .leasing-advantage__text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0;
  padding: 0 4px;
}

@media (min-width: 1260px) {
  #leasing .leasing-advantages__items {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1259px) {
  #leasing .leasing-advantages__title {
    font-size: 36px;
  }

  .leasing-advantage__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #leasing .leasing-advantages__title {
    font-size: 30px;
  }
}

#leasing .leasing-advantage__inner:hover {
  background: rgba(57, 64, 64, 0.5);
  cursor: pointer;
  transition: background 0.2s linear;
}