
.page-title{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.page-title h5{
  margin: 5px;
}

.CONTACT-layout{
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CONTACT-layout p{
  font-size: 14px;
  text-align: center;
}
.contact-message{

}