#hs_cos_wrapper_module_17532050901764{
     max-width: 1150px;
    width: 100%;
    padding: 84px 0 134px 0; 
}
.case_list{
     display: flex;
    justify-content: space-between;
        align-items: stretch;
      margin: 0 -17px;
}
.case_block_title{
      font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #0f294a;
  margin-bottom: 69px;
}
.case_item img{
      width: 100%;
    object-fit: cover;
    height: 198px;
      border-radius: 8px 0 0 0;
}
.case_item{
      margin: 0 17px;
box-shadow: 0px 5px 9px 0px #00000021;
width:100%;
  max-width: 360px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case_item_desc{
      display: flex;
    align-items: flex-end;
  padding-bottom: 25px;
      justify-content: space-between;
}
.case_item_desc p{
  margin: 0;
    padding: 0 19px 0 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #818484;
  max-width: 171px;
    width: 100%;
}
.case_item_desc a{
 height: 46px; 
  margin-right: 23px;
}
.case_item h4{
      padding: 24px 25px 12px 25px;
    color: #0f294a;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
  margin: 0;
}
@media (max-width: 1150px) {
    #hs_cos_wrapper_module_17532050901764{
   padding-left:10px;
    padding-right:10px;
      box-sizing: border-box;
  }
}
  @media (max-width: 850px) {
    .case_list{
      flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    }
    .case_item{
           margin: 0; 
    }
    .case_item:not(:last-child){
        margin-bottom: 15px;  
    }
  }
  
}