/* home get-in-touch section */


.meeting-btn {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 20px;
  width: 150px;
  margin-inline: auto;
  text-align: center;
}

.meeting-btn:hover {
  background-color: #001648;
}


.meeting-btn a {
  text-decoration: none;
  color: #ff0000;
  font-weight: 600;
}


.meeting-btn a:hover {
  color: #fff;
}

/* =========== */
