.tab-content .tab-pane:first-of-type {
  padding-top: 2em!important;
}

.tab-pane section.container:first-of-type {
  padding-top: 5em!important;
}

section.container {
  padding-top: 3em!important;
  padding-bottom: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

section.container.get-started, section.container.support {
  padding-top: 5em!important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.material-symbols-outlined {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.img-xlg { width: 96px; height: 96px; }
.img-lg { width: 32px; height: 32px; }
.img-md { width: 24px; height: 24px; }

.h-spacer { height: 2em; }

img.get-app-now-image {
  margin-top: .5em;
  height: 2em;
}

.material-slideshow::before {
  font-family: "Material Symbols Outlined";
    content: "\e41b";
}

@media (min-width: 768px) { 
  .img-xlg { width: 128px; height: 128px; }
  .img-lg { width: 40px; height: 40px; }
  .img-md { width: 28px; height: 28px; }

  .h-spacer { height: 2.5em; }

  section.container {
    padding-top: 5em!important;
    padding-bottom: 5em;
    padding-left: 4em;
    padding-right: 4em;
  }

  section.container.get-started, section.container.support {
    padding-top: 7em!important;
    padding-left: 5em;
    padding-right: 5em;
  }

  img.get-app-now-image {
    margin-top: .5em;
    height: 3em;
  }
}

@media (min-width: 992px) { 
  .img-xlg { width: 112px; height: 112px;}
  .img-lg { width: 40px; height: 40px; }
  .img-md { width: 32px; height: 32px; }

  .h-spacer { height: 3.5em; }

  section.container {
    padding-top: 5em;
    padding-left: 5em;
    padding-right: 5em;
  }
}

@media (min-width: 1200px) { 
  .img-xlg { width: 112px; height: 112px; }
  .img-lg { width: 40px; height: 40px;}
  .img-md { width: 32px; height: 32px; }
 }