.b-rev__title {
  width: 48%;
  margin: 0 auto;
  padding-top: 121px;
  padding-bottom: 37px;
  font-size: 46px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 58px;
  letter-spacing: 6px;
  color: #F7F7F8;
}
.b-rev__desc {
  width: 40%;
  margin: 0 auto;
  font-size: 20px;
  font-family: "TTNormsPro_Regular", Arial, sans-serif;
  color: #F7F7F8;
  text-align: center;
  letter-spacing: 0.2px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .b-rev__title {
    width: 92%;
    font-size: 34px;
    padding-top: 51px;
    padding-bottom: 20px;
    line-height: 44px;
    letter-spacing: 4.08px;
  }
  .b-rev__desc {
    width: 91%;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .b-rev__title {
    width: 70%;
  }
  .b-rev__desc {
    width: 80%;
  }
}
