.recommend-content{
    margin-bottom: 3.75rem;
}
.recommend-content h3{
    font-size:1.25rem;
    margin-bottom:1.25rem;
}
.case-con{
    display: flex;
}
.case-con .content-item{
    margin-right:1.25rem;
}
.case-con .content-item:last-child{
    margin-right:0;
}
.case-con img{
    width:13.75rem;
    height:9.125rem;
}
.case-con p{
    color: #333333;
    font-size: .875rem;
    white-space:nowrap;
    overflow: hidden;
    width:13.75rem;
    text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
    .case-con .content-item:nth-child(n+4){
        display: none;
    }
}