/* @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    */
/*****************************************/
//*******************************************************************************
// 1.0 - WEBFONTS : Benton Sans
*******************************************************************************/

.bentonsansblack {
    font-family: "Benton Sans Bla";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.bentonsansbold {
    font-family: "Benton Sans Bd";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.bentonsansbolditalic {
    font-family: "Benton Sans Bd It";
    font-display: swap;
    font-style: italic;
    font-weight: normal;
}

.bentonsansitalic {
    font-family: "Benton Sans It";
    font-display: swap;
    font-style: italic;
    font-weight: normal;
}

.bentonsansmedium {
    font-family: "Benton Sans Med";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.bentonsansregular {
    font-family: "Benton Sans Reg";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.bentonsansmediumitalic {
    font-family: "Benton Sans Med It";
    font-display: swap;
    font-style: italic;
    font-weight: normal;
}

body {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin: 0;
  text-align: left;
  color: rgb(29, 64, 86);
  font-family: "Benton Sans Reg";
}
.hs-blog-listing{
  width:100%;
}
.page-center {
  padding: 0;
}
.featured-image {
  width: 100%;
  overflow: hidden;
  margin:47px 0 0;
}
.featured-image .blog-featured-image {
  width: 100%;
  display: block;
  height: auto;
}
.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:767px){
  .page-center{
    padding:0 20px !important;
  }
}