.container--low {
  max-width: 1100rem;
  padding-top: 48rem;
  padding-bottom: 48rem;
}

.low-logo {
  width: 55rem;
  height: 48rem;
}
.low-logo > * {
  width: 100%;
  height: 100%;
}

.low-title-wrap {
  margin-bottom: 24rem;
  display: flex;
  gap: 16rem;
}

.low-title-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.low-title {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
  color: #155dfc;
}

@media screen and (min-width: 992px) {
  .low-title-wrap {
    margin-bottom: 40rem;
  }
}
