.plot {
  padding: 0 0 72px;
}

@media screen and (max-width: 768px) {
  .plot {
    padding: 0 0 40px;
  }
}