
/*===body contents ----banner==*/

.all-contents{
  margin-top: 60px;
  margin-bottom: 60px;
   width: 97%;
            margin-left:1.5%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
}

.page-heading{
  font-weight: bold;
  font-size: 26px;
  color: var(--text-color-1);
}

.sub-heading{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 9px;
  color: var(--text-color-1);
}

.sub-heading i{
  margin-right: 5px;
}

.heading-text{
  color: var(--text-color-1);
}
