/* @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;
}
  
  .testimonial-cards-by-fthemes_testimonial-sec-name-designation h3 {
  font-family: inherit;
  font-size: 1.25rem;   /* match your h4 */
  font-weight: 600;
  line-height: 1.1;
 }
  
  .testimonial-cards-by-fthemes_testimonial-sec-name-designation h3 {
  line-height: 1.1 !important;
}

.testimonial-cards-by-fthemes_testimonial-sec-name-designation p {
  line-height: 1.15 !important;
  margin-top: 2px !important;
}