.header-info {
	background-image: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.8)), url(https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_05.jpg?size=1920x1440);
	background-size: cover;
	background-position: center;
    border-bottom: 5px solid #C50008;
}

.cw-hero {
    background-image: linear-gradient(120deg, #0F0F0F, rgba(0,0,0,.5), #C50008), url(https://apihoard.webit.com/api/v1/Image/F158AD3895F51B57604EBAA3FF866E95/F158AD3895F51B57604EBAA3FF866E95.jpg?size=1920x1440);
    background-size: cover;
	background-position: center;
    border-bottom: 5px solid #C50008;
    color: #fff;
}

.testimonial {
    margin: 0 20px 40px;
  }

  .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 1.5em;
    background: #efefef;
    border: 1px solid #e1e0e0;
    position: relative;
  }

  .testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #efefef;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    border-bottom: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
  }

  .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--color-theme-secondary);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
  }

  .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #005f9e;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
  }

  .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #4a4a4a;
    line-height: 23px;
    margin: 0;
  }

  .testimonial-title {
    display: block;
    font-size: 1.05em;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
  }

  @media(max-width: 768px){
    h1.display-3.text-uppercase {
        font-size: 2em;
    }
  }