/* @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    */
/*****************************************/
@media (min-width: 1200px) {
  #pillar-content {
    max-width: 80% !important;
    width: 100% !important;
  }
  #pillar-content__contents {
    width: 100% !important;
    max-width: calc(100% - 300px)  !important;
  }

.activity-timeline-wrapper::before {
  content: none !important;
  display: none !important;
}

.activity-timeline-wrapper::after {
  content: none !important;
  display: none !important;
}