[data-component="overdraft"] .width-limiter {
  max-width: 980px;
  margin: auto;
}
[data-component="overdraft"] [data-section=overdraft-advantages] .lazy {
  background-image: none !important;
}
[data-component="overdraft"] [data-section=overdraft-advantages] .data-block {
  background-color: #F8F8F8;
  align-items: flex-start;
}
[data-component="overdraft"] [data-section=overdraft-advantages] .data-block__text {
  width: 36%;
  margin: 0 0 0 4%;
}
[data-component="overdraft"] [data-section=overdraft-advantages] .data-block__image {
  width: 60%;
  min-height: 320px;
}
@media (max-width: 800px) {
  [data-component="overdraft"] [data-section=overdraft-advantages] .data-block__image {
    width: 100%;
  }
}
[data-component="overdraft"] [data-section=overdraft-advantages] video {
  width: 100%;
  height: 100%;
}
[data-component="overdraft"] [data-section=overdraft-advantages] .list {
  padding: 0;
}
[data-component="overdraft"] .indent-down-sm {
    margin-bottom: 40px;
}
[data-component="overdraft"] .indent-down {
    margin-bottom: 100px;
}