.main-page-content {
  .main-block-title {
    h2.title {
      font-family: Rubik;
      font-size: 70px;
      line-height: 70px;
      font-weight: 500;
      color: black;
      text-align: center;
      margin-bottom: 30px;
    }
    p.descr {
      margin-top: -30px;
      margin-bottom: 30px;
      font-family: Rubik;
      font-size: 50px;
      line-height: 50px;
      font-weight: normal;
      color: black;
      text-transform: lowercase;
    }
    p.descr.font-size-small {
      font-size: 20px;
      line-height: 25px;
      margin-top: 0;
    }
    p.descr.font-decor-normal {
      text-transform: none;
    }
  }
}
@media (max-width: 767px) { 
  .main-page-content {
    .main-block-title {
      h2.title {
        font-size: 32px;
      }
      p.descr {
        font-size: 26px;
      }
    }
  }
}