.dn-support__top {
  padding: clamp(10px, 4vw, 30px) 0;
}

.dn-support__card {
  padding: clamp(30px, 6vw, 60px) 0;
}

.dn-support__inner {
  max-width: 980px;
  margin: 0 auto;
}

.dn-support__image-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dn-support__image {
  width: 100%;
  max-width: 396px;
  aspect-ratio: 16/15.84;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 32px 32px 32px 0;
}

.dn-support__content-col {
  color: inherit;
}

.dn-support__icon {
  margin-bottom: 16px;
}

.dn-support__icon img {
  max-width: 64px;
  height: auto;
  display: block;
}

.dn-support__title {
  font-weight: 700;
  font-size: clamp(28px, 2.4vw, 35px);
  line-height: 1.3;
  margin: 0 0 16px;
}

.dn-support__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 34px;
}

.dn-support__items {
  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;
  row-gap: 20px;
}

.dn-support__item {
  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-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 800;
  line-height: 1;
}

.dn-support__item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.dn-support__item-icon img {
  max-width: 28px;
  height: auto;
  display: block;
}

.dn-support__item-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dn-support__item-text a:hover,
.dn-support__item-text a:focus,
.dn-support__item-text a:focus {
  text-decoration: none;
}

.dn-support__bottom {
  background: #2c415a;
  color: #fbf8f2;
  padding: clamp(30px, 6vw, 60px) 0;
}

.dn-support__bottom-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: clamp(28px, 2.4vw, 35px);
}

.dn-support__bottom-icon {
  width: clamp(40px, 4vw, 60px);
  margin-bottom: 16px;
  display: inline-block;
}

.dn-support__bottom-icon img {
  max-width: 100%;
}

.dn-support__bottom-items {
  row-gap: 20px;
}

.dn-support__bottom-item {
  gap: 24px;
}

.dn-support__bottom-item-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: clamp(28px, 2.4vw, 35px);
}

.dn-support__bottom-item-text {
  font-size: 18px;
}

.dn-support__bottom-item-text p {
  margin: 0;
}

@media (min-width: 768px) {
  .dn-support__card:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .dn-support__card:nth-child(odd) .row .dn-support__image {
    border-radius: 32px 32px 0 32px;
  }

  .dn-support__card:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .dn-support__card:nth-child(even) .row .dn-support__image {
    border-radius: 32px 32px 32px 0;
  }

  .order .dn-support__card:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .order .dn-support__card:nth-child(odd) .row .dn-support__image {
    border-radius: 32px 32px 32px 0;
  }

  .order .dn-support__card:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .order .dn-support__card:nth-child(even) .row .dn-support__image {
    border-radius: 32px 32px 0 32px;
  }
}

@media (max-width: 767px) {
  .dn-support__bottom {
    background: #fbf8f2;
    color: #2c415a;
  }

  .dn-support__top {
    background-image: none !important;
  }

  .dn-support__image {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .dn-support__item-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .dn-support__item-text a {
    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;
    font-size: 24px;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #ffbb6f;
    padding: 9px 10px;
  }

  .dn-support__item-icon {
    width: 48px;
  }

  .dn-support__item-icon img {
    width: 48px;
    max-width: 48px;
  }
}