.case-study-wrap{
  padding-bottom: 80px;
}
.case-study-felx{
display: flex;
row-gap: 30px;
justify-content: center;
column-gap: 15px;
flex-wrap: wrap;
}
.case-study-item{
padding:15px 0 15px 25px;
border-radius: 10px;
background-image: -moz-linear-gradient( 146deg, rgb(80,57,227) 0%, rgb(173,78,170) 64%, rgb(241,98,53) 100%);
background-image: -webkit-linear-gradient( 146deg, rgb(80,57,227) 0%, rgb(173,78,170) 64%, rgb(241,98,53) 100%);
background-image: -ms-linear-gradient( 146deg, rgb(80,57,227) 0%, rgb(173,78,170) 64%, rgb(241,98,53) 100%);
display: flex;
align-items: flex-end;
max-width: 340px;
width: 100%;
min-height: 90px;
position: relative;
}
.case-study-left{
max-width: 202px;
width: 100%;
position: relative;
}
.case-study-left h4{
color: #fff;
font-size: 24px;
line-height: 28px;
margin-bottom: 5px;
font-weight: 500;
}
.case-study-left p{
padding-bottom: 15px;
color: #fff;
font-size: 14px;
line-height: normal;
font-weight: 400;
}
.case-study-right{
max-width: 153px;
width: 100%;
margin-left: -15px;
}
.case-study-right img{
object-fit: contain;
color: #fff;
height: 107px;
object-position: bottom right;
}
.case-study-wrap .page-center{
max-width: 1505px;
margin: 0 auto;
padding: 0 20px;
}
.hov-pdf{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.hov-pdf img{
max-width: 30px;
width: 100%;
object-fit: contain;
display: flex;
justify-content: flex-end;
margin-left: auto;
padding-top: 10px;
padding-right: 10px;
}
.case-study-item:hover .hov-pdf{
opacity: 1;
}
.case-study-wrap h1{
font-size: 60px;
line-height: normal;
text-align: center;
}

@media only screen and (max-width: 800px) {
.case-study-item{
max-width: calc(50% - 32.5px);
}
.case-study-wrap {
padding-bottom: 50px;
}
.case-study-wrap h1{
font-size: 50px;
}
}
@media only screen and (max-width: 700px) {
.case-study-item{
min-height: 160px;
max-width: 400px;
justify-content: space-between;
}

}
@media only screen and (max-width: 600px) {
.case-study-wrap h1{
font-size: 40px;
}
}

.new-box .case-study-felx{
  row-gap: 64px;
  column-gap: 33px;
}
.new-box .case-study-item{
   max-height: 140px;
   background: transparent;
   padding: 0;
   border: 1px solid #ddd;
   border-radius: 30px 0 30px 0;
}
.new-box .case-study-right{
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
}
.new-box .case-study-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px 0 30px 0;
}
.case-study-wrap.new-box{
  padding-bottom: 150px;
}
@media only screen and (max-width:800px) {
  .case-study-wrap.new-box{
    padding-bottom: 60px;
  }
  .new-box .case-study-felx{
    row-gap: 50px;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1025px){
  .sub-page-banner h1{
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px){
  .case-study-wrap {
    padding-bottom: 140px;
  }
}