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