/* Project-wide Tajawal font */
body,
.font-light,
.font-regular,
.font-semibold,
.font-bold {
    font-family: 'Tajawal', sans-serif !important;
}
.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-semibold { font-weight: 500; }
.font-bold { font-weight: 700; }

.page-3 p{
font-size: 20px;
  margin:15px;
  padding:15px;
  border:2px solid #eee;
  border-radius:10px;
}