.app-component-container {
  display: flex;
  position: relative;
}
@media(max-width: 767px) {
  .app-component-text {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .app-component-text {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
