.case-study-banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px 0px;
  background-position: center;
  box-shadow: 0px 0px 4px 1px #ccc;

}

}
.case-study-banner h1 {
    font-size: 3.5rem;
      margin-bottom: .5rem;
      margin-top: 0rem;
}
.case-study-banner p {
    font-size: 1.25rem;
      margin-top: 0;
    margin-bottom: 1rem;
}
.case-study-banner .hs-cta-wrapper {
    margin-top: 1rem;
    display: inline-block;
}
.case-study-banner .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.span6.right-image-banner img { 
    margin: 0px auto;
    display: block;
}
