.title {
  text-align: center;
  width: 50%;
  margin: 0px 0px 10px;
}
.desc {
  text-align: center;
  width: 70%;
}
@media (max-height: 786px) {
  .title {
    font-size: 21px !important;
    width: 100%;
  }
  .desc {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
  }
}
