.page__title{
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
}
.rte .c-domain::before {
  content: '@';
}
@media (max-width: 749px){
  .page__title{
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
