.studio-header {
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio-header__container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  color: white;
}

.studio-header__title {
  margin: 0 0 20px;
}

.studio-header__text {
  margin: 0;
  line-height: 1.5;
}