.view {
  background-color: white;
  text-align: center;
  margin-top: 5%;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.title {
  font-family: rubik-medium, Arial;
  font-size: 32px;
  color: #0c3058;
}

.text {
  font-family: rubik, Arial;
  font-size: 16px;
  color: #0e1826;
}
