.emblem {
  display: flex;
  padding: 100px;
  background: url("../assets/img/main-bg2.png") no-repeat top left;
  background-size: cover;
}
.emblem h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: var(--text-alternate);
  margin-right: 20px;
  margin-bottom: 3px;
}

.emblem.bg3 {
  display: flex;
  padding: 100px;
  background: url("../assets/img/main-bg3.png") no-repeat top left;
  background-size: cover;
}
.emblem.bg3 .context {
  order: 2;
}
.emblem.bg3 .context p {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-alternate);
}
.emblem.bg3 .user {
  order: 1;
  margin-right: 20px;
}

@media screen and (max-width: 460px) {
  .emblem {
    padding: 100px 50px;
  }
  .emblem h2 {
    font-size: 28px;
  }
  .emblem.bg3 {
    padding: 100px 50px;
  }
  .emblem.bg3 h2 {
    font-size: 28px;
  }
}/*# sourceMappingURL=emblem.css.map */