.logo-block--wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.logo-text--wrapper{
  width: 100%; 
  max-width: 252px;
  white-space:normal;
  line-height: 140% ;
  color: #626262;
  font-weight: 400;
  text-align: center;
}