.logo-with-text {
  padding: 64px 0 40px 0;
  background-color: #f4f4f4;
}

.logo-with-text .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.logo-with-text .logo {
  width: 140px;
}

.logo-with-text .description {
  text-align: justify;
  color: #000000;
  padding: 0 8px;
}

