.bg_gray{
    background-color: rgb(241, 241, 241);
    padding: 50px 0px;
}
.bg_white{
    background-color: #ffff;
}

/************************************************* Our Product *******************************************************/

.container, .container-sm {
  max-width: 540px;
}
.heading_catalog{
    font-size: 28px;
    color: #2b5db2;
    margin-bottom: 40px;
    text-align: center;
}
.grid-container {
    columns: 3 300px;
    column-gap: 1.5rem;
    width: 95%;
    margin:  auto;
    text-align: center;
  }
   .align_grid {
      width: 25%;
      margin: 0 ;
      display: inline-block;
      width: 100%;
      background-color: #ffff;
      padding:20px;
      transition: all .25s ease-in-out;
      margin-bottom: 30px;
    }
  .ourp_head{
    text-align: left;
    color: #2b5db2;
    font-weight: 600;
    padding: 10px 0px;
  font-size: 18px;
  }
  .ourp_text, .ourp_text:hover{
    text-decoration: none;
    color: #353535;
    font-weight: 600;
    padding: 0px 10px;
    text-align: left;
    font-weight: 500;
    margin: 3px 0px;
    margin-top: 5px;
  }
  .arrow_png{
    width: 15px;
  }
  .text_decoration,.text_decoration:hover{
    text-decoration: none;
  }
  .bi-asterisk{
    color: #2b5db2;
    margin-right: 5px;
    font-size: 14px;
  }
.download_btn, .download_btn:hover{
    background-color: #826cc2;
    color: #ffff;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 5px;
}
.fa-file-pdf{
    margin-right: 5px;
}
.catalog_modal_head{
    font-weight: 600;
    font-size: 19px;
    margin: 0px 0px 10px 10px;
    color: #2b5db2;
}
.catalog_modal_header{
   color: #2b5db2;
}
.modal_box{
    border-radius: 0px;
    border: #2b5db2 3px solid;
}
.modal-header {
    border-bottom: none;
}
.download_png{
    width: 15px;
}

@media only screen and (min-width: 576px) {
.container, .container-sm{
  max-width: 100% !important;
}
}