/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


* {
    margin: 0;
    padding: 0;
}

.typicalCase {
    margin: 0 auto;
    max-width: 1224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    right: -0.98%;
    
}

.typicalCase .caseDescriptions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 31.37%;
    padding: 32px 53px 64px 53px;
    margin-bottom: 24px;
    margin-right: 1.961%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.20);
            box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.20);

}

.typicalCase .caseDescriptions .casePic {
    margin-bottom: 32px;
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0
}

.typicalCase .caseDescriptions .caseTitle {
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei, 微软雅黑;
    color: #000000;
    white-space: break-spaces;
    margin-bottom: 23px;
}

.typicalCase .caseDescriptions .caseContent {
    font-size: 16px;
    line-height: 24px;
    font-family: MicrosoftYaHei, 微软雅黑;
    color: #666666;
    text-align: center;
    /* white-space: break-spaces */
}
@media only screen and (min-width: 750px) and (max-width: 1320px) {
    .typicalCase {
        margin: 0 48px;
    }
}
@media only screen and (min-width: 750px) and (max-width: 950px) {
    .typicalCase .caseDescriptions {
        padding: 32px 53px 40px 53px;
        width: 46%;
        margin-right: 2%;
    }
    .typicalCase {
        margin: 0 56 0px 40px;
        right: -1%;
    }
}
@media only screen and (max-width: 750px) {
    .typicalCase {
        margin: 0 auto;
        padding: 24px 20px 4px 20px;
        right: 0;
    }
    .typicalCase .caseDescriptions {
    width: 100%;
    margin-right: 0;
    padding: 40px 56px 36px 56px;
    margin-bottom: 24px;
    }
    .typicalCase .caseDescriptions .casePic{
        margin-bottom: 16px;
        width: 80px;
        height: 80px;
    }
    .typicalCase .caseDescriptions .caseTitle{
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .typicalCase .caseDescriptions .caseContent {
        font-size: 14px;
        line-height: 24px;
    }
}