.title_block {
  padding: 15px 0;
  background: #fff;
}
.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 1170px;
  position: relative;
}
.title_block h1 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
.flag:after {
  content: '';
  width: 67px;
  height: 47px;
  background: url(flag.png) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 15px;
}
@media screen and (max-width: 639px) {
  .wrapper {
    width: 320px;
   }
   .title_block h1 {
     font-size: 20px;
     line-height: 26px;
     letter-spacing: normal;
     text-align: right;
     padding-right: 80px;
     position: relative;
     text-transform: none;
   }
   .flag:after {
     content: '';
     position: absolute;
     top: 50%;
     margin-top: -24px;
     right: 0;
   }
}