/* @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    */
/*****************************************/

.blog-listing__header {
  
  text-align: center;
  
}

.blog-listing__header h3 {
  
  font-size: 18px;
  
}

.icon { 
  
  background: #0dbbb4 !important;
  
}

a.pagination__link.pagination__link--number, a.pagination__link.pagination__link--next, a.pagination__link.pagination__link--last  {
  
  color: #0dbbb4 !important;
  
}

.pagination__link-icon svg {
  
  fill: #0dbbb4 !important;
  
}

a.pagination__link.pagination__link--number.pagination__link--active {
  
  border-color: #0dbbb4 !important;
}

.button.button--brutalist {
    border: 2px solid #0dbbb4 !important;
    background-color: rgba(255, 255, 255, 1.0);
    color: #0dbbb4  !important;
    fill: #234897 !important;
    box-shadow: 4px 4px 0px rgb(13,187,180); !important;
}

.footer .hs-menu-wrapper a {
  
  color: #fff;
  
}

/* .footer .hs-menu-wrapper a {
  
  color: #fff !important;
  
} */

/* #hs_cos_wrapper_module_1670340148047 .button.button--brutalist, #hs_cos_wrapper_header-module-1 .button.button--brutalist {
  
  background: #61aee1;
  
} */

.header__container--left .header__menu-col {
    flex: unset !important; 
}