.release-DFC-section {
  padding-top: 160px;
}

.release-DFC-section__row {
  background: var(--color-gray-gradient);
  border-radius: 30px;
  margin: 0;
  padding: 46px 60px 41px 60px;
}

.release-DFC-section__column {
  display: flex;
  gap: 120px;
}

.release-DFC-section_img-wrapper {
  margin-left: -16px;
  margin-top: -5px;
}

.release-DFC-section__column_content {
  flex-direction: column;
  gap: 20px;
}

.release-DFC-section__description {
  opacity: 90%;
}

.release-DFC-section__button-wrapper {
  max-width: 306px;
}

.release-DFC-section__button {
  width: 100%;
}

@media (max-width: 1199px) {
  .release-DFC-section {
    padding-top: 120px;
  }

  .release-DFC-section__row {
    padding: 32px 17px 32px 32px;
  }

  .release-DFC-section__button-wrapper {
    max-width: 100%;
  }

}

@media(max-width: 767px) {
  .release-DFC-section {
    padding-top: 80px;
  }

  .release-DFC-section__column {
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .release-DFC-section_img-wrapper {
    margin-left: 0;
    margin-top: 0;
    width: 264px;
  }

  .release-DFC-section__img {
    width: 100%;
  }

  .release-DFC-section__button {
    width: 100%;
    text-align: center;
  }

  .release-DFC-section__row {
    padding: 24px 12px;
  }

}