#perks {
  background-image: url('../../../images/home/redesign/perks-bg.png');
  background-image: image-set(url('../../../images/home/redesign/perks-bg.png') 1x,
  url('../../../images/home/redesign/perks-bg@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 75px;
  padding-top: 69px;
  padding-bottom: 81px;
}

#perks .container {
  width: 1265px;
}

#perks .title {
  font-size: 46px;
  line-height: 1em;
  margin: 0 auto 15px auto;
}

#perks .title::before {
  content: '';
  position: absolute;
  top: 57px;
  left: 54px;
  background-image: url('../../../images/home/redesign/perks-decor.png');
  background-image: image-set(url('../../../images/home/redesign/perks-decor.png') 1x,
  url('../../../images/home/redesign/perks-decor@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 311px;
  height: 55px;
  z-index: 1;
}

#perks .title span {
  font-size: 40px;
}

#perks .desc {
  font-size: 18px;
  line-height: 26px;
}

#perks .inner {
  gap: 20px;
}

#perks .inner p {
  font-size: 20px;
  line-height: 21px;
}

#perks .inner .el {
  gap: 20px;
}

@media screen and (max-width: 992px ) {
  #perks .inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media screen and (max-width: 567px ) {
  #perks {
    margin-top: 0;
    padding-top: 39px;
    background: transparent;
  }

  #perks .title {
    font-size: 39px;
    margin-bottom: 19px;
  }

  #perks .title span {
    font-size: 35px;
  }

  #perks .title::before {
    height: 40px;
    top: 42px;
    left: 23px;
  }

  #perks .desc {
    margin-bottom: 25px;
  }

  #perks .inner {
    padding-right: 0;
  }

  #perks .inner .el {
    gap: 25px;
  }

  #perks .inner p {
    line-height: 24px;
  }

  #perks img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 382px ) {
  #perks .title::before {
    top: 82px;
  }
}