.case-intro {
  font-size: 24px;
  font-weight: lighter;
  line-height: 52px;
  text-align: center;
  padding: 80px 110px;
  }
.case-intro .case-intro-bottom p{
color: #808080;
}

.case-title{
  font-size: 36px;
  font-weight: 900;
}

.case-body img {
  width: 100%;
  height: auto;
  margin: 8px auto; 

}

.case-body p {
  line-height: 52px;
  margin-bottom: 55px;
  font-size: 24px;
  color: #808080; }

.case-prev-next-wrapper {
  text-align: center;
  margin: 165px auto;
  padding:50px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.case-prev-next {
  display: inline-block;
  text-align: left;
}
  .case-prev-next li {
    width: 48%; }
  .case-prev-next a {
    text-decoration: none; }
  .case-prev-next p {
    font-size: 30px;
    height: 55px;
    margin-bottom: 20px;
    color: #a9a9a9;
    text-transform: capitalize; }
  .case-prev-next div {
    width: 315px;
    height: 210px;
    overflow: hidden;
    background-size: 100%; }
  .case-prev-next .right {
    float: right;
    overflow: hidden;
  }
  .case-prev-next .left {
    float: left; 
    overflow: hidden;
  }
