/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.ac-button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 8px;
  margin: 0; 
  text-align: center;
  text-decoration: none;
  transition: 0.3s linear all;
  white-space: normal;
  width: auto;
  word-break: break-word;
  width: 60%
}

.ac-title-content__subtitle {
  display: inline-block;
  line-height: 4.2;
}

.ac-listing-grid__icon-box {
     grid-template-columns: repeat(2, 1fr);
    }

.ac-listing-grid__icon-box li {
  display: flow;
}

/* Example: Increasing specificity to avoid overrides */
.ac-icon-box__img {
    text-align: center !important;
    margin-top: 13px !important;
}
.header.header--with-navigation.ac-box-shadow--enable {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures it stays above other elements */
    background-color: white; /* Helps avoid transparency issues */
}

.ac-title-content__subtitle {
    display: inline-block;
    line-height:4.2;
    padding-bottom: 50px;
  }
.blog-post__body,.blog-post__body p {
        font-size:16px;
        letter-spacing: 0;
        line-height: 24px;
        font-weight: 400;
    }
form {
    background-color: #fbf7f2;
}
form .hs-button, form .hs-button.primary, form input[type=submit] {
    background: #7c9ac0;
    border: 2px solid #7c9ac0;
    border-radius: 8px;
    color: #fbf7f2;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    text-transform: none;