.heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 40px 0px;
}

/************************************************* Our Product *******************************************************/
.grid-container {
  columns: 3 300px;
  column-gap: 1.5rem;
  width: 100%;
  margin: auto;
}

.align_grid {
  width: 25%;
  margin: 0;
  display: inline-block;
  width: 100%;
  background-color: #ffff;
  padding: 20px;
  transition: all .25s ease-in-out;
  margin-bottom: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.ourp_head {
  color: #2b3990;
  font-weight: 500;
  padding: 0px 0px;
  font-size: 16px;

}

.ourp_text {
  text-decoration: none;
  color: #2e2e2e;
  font-weight: 600;
  padding: 0px 10px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  margin: 3px 0px;
  padding: 5px 15px;
  margin-top: 5px;
  border: 1px dashed #cbcccd;
}

.ourp_text:hover {
  text-decoration: none;
  font-weight: 500;
  color: #3276b9;
}

.text_decoration,
.text_decoration:hover {
  text-decoration: none;
}

.bi-asterisk {
  color: #1950ab;
  margin-right: 5px;
  font-size: 14px;
}

.download_btn,
.download_btn:hover {
  background-color: #2b3990;
  color: #ffff;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 0px;
}

.fa-file-pdf {
  margin-right: 5px;
}

.catalog_modal_head {
  font-weight: 600;
  font-size: 19px;
  margin: 0px 0px 10px 10px;
  color: #2d307f;
}

.catalog_modal_header {
  color: #1950ab;
  font-weight: 600;
}

.modal-content {
  border-radius: 0px;
}

.modal-header {
  border-bottom: 1px solid #ffffff;
}