.case-study-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.case-study-wrapper .case-study-content p a:hover {
    color: #0ba9a7 !important;
    text-decoration: underline;
}

.case-study-wrapper .case-study-content p a {
    color: #fff;
}
.case-study-wrapper .case-study-content h2 {
  font-size: 40px;
  padding-bottom: .5em;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 15px;
}

.case-study-wrapper .case-study-content {
  padding-top: 48px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}


@media(max-width:991px){
  .case-study-wrapper .case-study-container.page-center {
    padding-top: 55px !important;
  } 
}



.case-study-wrapper .case-study-content p {
  font-size: 14px;
  max-width: 45em;
  padding-bottom: .5em;
  line-height: 25px;
}

.case-study-wrapper .case-study-content p a {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-decoration: underline;
}

.case-study-wrapper .case-study-content p a:hover {
  color: #0ba9a7 !important;
  text-decoration: underline;
}

.case-study-wrapper .case-study-content * {
  color: #fff;
}

@media(max-width:767px){
 .case-study-wrapper .case-study-container.page-center {
    padding: 0 15px !important;
  } 
}