.logo-container {
  background: url('../images/logo-expresso.png') no-repeat center center;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.309rem 0rem;
  gap: 0.873rem;

  width: 12.25rem;
  height: 4.474rem;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  gap: 1rem;

  width: auto;
  height: auto;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.text-container h1 {
  width: auto;
  height: 1.5rem;

  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;

  color: #64748B;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.text-container p {
  width: auto;
  height: auto;

  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.063rem;

  color: #334155;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}