    body {
      width: 960px; /* Adjust the width as needed */
      margin: 0 auto; /* Center the container */
      border: 1px solid #ccc; /* Add a border for visualization */
      padding: 20px; /* Add padding inside the container */
      padding-top: 10px;
      font-size: 13px;
    }
h1, h2 {
    font-size: 22px;
  font-family: 'Open Sans',sans-serif !important;
      color: #333;
  font-weight: 500 !important;
}
}

h3 {
  font-size: 18px !important;
}

h4 {
    font-size: 14px;
}

.container-header .grid-child {
   
    background: white;
}

:root {
      padding-top: 20px;
    padding-bottom: 100px;
  background: #F4F6F7;
}

.footer .grid-child {
    padding: 0em 0em;
    background: white;
    color: black;
}
input, button, select, optgroup, textarea {
    margin: 1px;

}

.acym_module_form label {
  margin: 4px 0px;
}
.acym_module_form input {
 
  width: 200px;
}

.btn {
    --btn-padding-x: 10px;
    --btn-padding-y: 0px;
  
  
}

.btn-secondary {
  background: #E6E6E6;
 
}

.fa, .fas, [class^=icon-], [class*=" icon-"] {

    font-size: 13px;
}


.container-banner {
    margin: 0px !important;
}

body {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

.item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}