.bottom_margin {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .bottom_margin {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bottom_margin {
    margin-bottom: 32px;
  }
}

.bottom_margin_title {
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .bottom_margin_title {
    margin-bottom: 24px;
  }
}

.bottom_margin_text {
  margin-bottom: 8px;
}

@media screen and (min-width: 1200px) {
  .bottom_margin_text {
    margin-bottom: 16px;
  }
}
