.section_header h2 {
  text-align: center; 
  color: #e84924;
}
.casestudy_slider_wrap{
  width: 100%;
  padding: 35px 0px;
}
.casestudy_slider{
  position: relative;
  margin-top: 30px;
}
.slide_item{
  outline: none;
}

.casestudy_content h3 {
    font-size: 20px;
    line-height: 1.5;
}
.casestudy_content_wrap{
  background: #fff;
  margin: 7% 0px;
  position: absolute;
  left: 0px;
  top: 0;
  border: 20px solid #fff;
  box-shadow: 0px 0px 10px #00000040;
  max-height: 339px;
  overflow-x: auto;
}

.casestudy_image_wrap{
  float: right !important;
  box-shadow: 0px 0px 5px #999999;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.slick-slide .casestudy_image_wrap{
  max-height: 450px;
  overflow: hidden;

}
.slick-slide .casestudy_image_wrap img{
  width: 100%;
  height: 450px !important;
  border: 10px solid #ffffff;
}
.slick-dots{
  list-style: none;
  margin: 10px 0px !important;
  text-align: center;
}
ul.slick-dots li{
  display: inline-block;
  margin: 3px !important;
}
.slick-dots li button{
  display: block;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  transition: all 0.3s linear 0s;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  outline: none;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
  background: #e84924;
}
.slick_btn{
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #e84924;
  color: #ffffff;
  margin: -20px 0px 0px -20px;
  font-weight: normal;
  font-family: "latomedium";
  border: none;
  position: absolute;
  top: 45.6%;
  left: 50%;
  outline: none;
  cursor: pointer;
  padding: 0px;
  z-index: 1;
}
.slick_btn:hover{
  background: #F2A622;
}
.prev_btn{
  margin-left: -96px;
  margin-top: 50px;
}
.next_btn{
  margin-left: -54px;
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .casestudy_content_wrap{
    position: relative;
  }
}