.dn-features {
  padding: 0;
}

.dn-features .container {
  width: 1526px;
}

.dn-features__block-title {
  font-weight: 900;
  font-size: clamp(28px, 4vw, 54px);
  padding-top: clamp(40px, 5vw, 60px);
  font-family: 'Masqualero';
}

.dn-features__item {
  padding: clamp(48px, 6vw, 80px) 0;
}

.dn-features__item:nth-child(odd) {
  background: var(--dn-features-row-bg, transparent);
}

.dn-features__image-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dn-features__image {
  width: 100%;
}

.dn-features__image img {
  height: auto;
}

.dn-features__title {
  font-weight: 700;
  font-size: clamp(26px, 2.4vw, 35px);
  line-height: 1.3;
  margin: 0 0 16px;
}

.dn-features__text {
  font-size: 18px;
  line-height: 1.6;
}

.dn-features__link {
  padding-top: 40px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
}

.dn-features__link a {
  color: inherit;
  text-decoration: underline;
}

.dn-features__link a:hover, .dn-features__link a:focus {
  color: inherit;
  text-decoration: none;
}

.dn-features__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-top: 40px;
  max-width: 470px;
}

.dn-features__step {
  font-size: clamp(18px, 2vw, 22px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.dn-features__step p {
  margin: 0;
}

.dn-features__step a {
  color: inherit;
  text-decoration: underline;
}

.dn-features__step a:hover, .dn-features__step a:focus {
  color: inherit;
  text-decoration: none;
}

.dn-features__step-num {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #2c415a;
  font-weight: 700;
  font-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.dn-features__step-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.dn-features.steps .row {
  text-align: left;
}

@media (min-width: 768px) {
  .dn-features.one-side .dn-features__content-col {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .dn-features__item:nth-child(odd) .dn-features__image-col {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .dn-features__item:nth-child(even) .dn-features__image-col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .dn-features__item:nth-child(even) .dn-features__content-col {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .dn-features__item .dn-features__image-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .dn-features__image-col {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 0;
  }

  .dn-features__image {
    max-width: 450px;
  }

  .dn-features__image img {
    max-width: 100%;
  }

  .dn-features__content-col {
    text-align: left;
  }

  .dn-features__title {
    max-width: 510px;
  }

  .dn-features__text {
    max-width: 510px;
  }
}

@media (max-width: 767px) {
  .dn-features__image img {
    max-height: 320px;
  }
}