@media screen and (min-width: 1025px), print {
  .row {
    padding-bottom: 100px !important;
  }
  .row p {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .row {
    padding-bottom: 13.02083vw !important;
  }
  .row p {
    margin-bottom: 3.90625vw !important;
  }
  .row h3 small {
    text-indent: -1.2em;
    padding-left: 1em;
    display: block;
  }
}
