.pervostr-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pervostr-logo {
  width: 320px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .pervostr-container {
    justify-content: center;
    display:grid;
  }

  .pervostr-logo {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .pervostr {
    justify-content: center;
  }
  .pervostr__text {
    display: none;
  }
}