.pervostr-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pervostr-logo {
  width: 320px;
  height: 209px;
  object-fit: contain;
}
.pervostr-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .pervostr-container {
    justify-content: center;
  }
  .pervostr-text {
    display: none;
  }
  .pervostr-logo {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .pervostr {
    justify-content: center;
  }
  .pervostr__text {
    display: none;
  }
}