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

.container {
  margin: 0 auto;
  padding: 0 16px;
  @media (min-width: 992px) {
    max-width: 960px !important;
    padding: 0;
  }
  @media (min-width: 1200px) {
    max-width: 1156px !important;
  }
  @media (min-width: 1500px) {
    max-width: 1390px !important;
  }
}
.case-post .hs_cos_wrapper_widget:first-child .blog-content-grid {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0;
  @media (min-width: 992px) {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  @media (min-width: 1200px) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (min-width: 1500px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

}