.perspective-promises {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .perspective-promises {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .perspective-promises {
    margin-bottom: 120px;
  }
}
.perspective-promises__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .perspective-promises__title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .perspective-promises__title {
    margin-bottom: 64px;
  }
}
