.help-credit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.help-credit__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.help-credit__picture picture {
  width: 100%;
  height: 100%;
}
.help-credit__picture img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.help-credit__content {
  padding: 64px 0;
}
@media (max-width: 767.98px) {
  .help-credit__content {
    padding: 40px 0;
  }
}
.help-credit__content-title {
  margin-bottom: 16px;
}
.help-credit__content-description {
  opacity: 0.7;
  margin-bottom: 64px;
  max-width: 430px;
}
.help-credit__content .btn {
  width: 315px;
}
@media (max-width: 767.98px) {
  .help-credit__content .btn {
    margin-top: 62px;
  }
}
@media (max-width: 575.98px) {
  .help-credit__content .btn {
    width: 100%;
  }
}
