.text-block {
  margin: 0;
  margin-bottom: 60px;
  padding: 60px 0px;
  background: url('../themes/perfomans2/assets/img/bg-text-block.png');
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat; }
  .text-block--review {
    margin-top: 0px; }
  .text-block__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .text-block__text {
    font-family: ProximaNovaT-Thin;
    font-size: 23px;
    text-align: center; }
    @media screen and (max-width: 750px) {
  .text-block__text {
    font-size: 20px; } }
    @media screen and (max-width: 500px) {
  .text-block__text {
    font-size: 12px; } }
