.x-region {
    height: 60px;  
    &-form {
      height: 60px;
      flex-direction: row;
      align-items: center;
      &-left {
        width: 100px;
        font-size: 15px;
        font-weight: 200;
      }
      &-right {
        &-text {
          color: grey;
          font-size: 15px;
        }
      }
    }
  }