.product-customer-casestudy-wrap {
    margin: 60px 0
}

.product-customer-casestudy-wrap .content-wrap {
    max-width: 980px;
    overflow: hidden
}

.product-customer-casestudy-wrap .content-wrap>div {
    display: inline-block;
    float: left;
    width: 33.333%;
    overflow: hidden
}

.case-study-block {
    position: relative;
    display: block;
    margin: 20px 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden
}

.case-study-block p {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.case-study-block p a {
    font-size: 16px;
    white-space: nowrap
}

.field-customer-image {
    margin: 10px 10px 0 0;
    display: inline-block;
    float: left;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.case-study-block>span {
    display: flex
}

.case-study-block span.field-customer-name {
    color: #03a9f5;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e2e2
}

.case-study-block span.field-customer-job-description {
    font-size: 12px;
    font-style: italic
}

.customer-nav {
    margin: 0 auto 10px;
    max-width: 280px;
    overflow: hidden;
    text-align: center
}

.customer-nav li {
    display: inline-block;
    float: left
}

.customer-nav li a {
    display: inline-block;
    padding: 5px 20px;
    color: #666;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    width: 140px;
    box-sizing: border-box;
    background: #f8f8f8
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .case-study-block {
        margin: 20px 10px;
        padding: 20px 10px
    }
}

@media only screen and (max-width:767px) {
    .product-customer-casestudy-wrap .content-wrap>div {
        display: block;
        float: none;
        width: 100%
    }
    .case-study-block {
        margin: 20px 0
    }
}

@media only screen and (max-width:480px) {
    .case-study-block p {
        text-align: center
    }
    .field-customer-image {
        display: block;
        float: none;
        margin: 20px auto 10px
    }
    .case-study-block>span {
        display: block;
        text-align: center
    }
    .case-study-block span.field-customer-name {
        margin-top: 0
    }
    .customer-nav {
        max-width: 280px
    }
    .customer-nav li a {
        padding: 10px 20px;
        width: 140px
    }
}