.seo-theme .our-case {
    padding: 60px 0;
}

.seo-theme .our-case .seo-title-one {
    padding-bottom: 60px;
}

.seo-theme .our-case h2 {
    display: block;
    line-height: 50px;
    font-style: normal;
    /* font-size: 30px; */
    font-weight: normal;
    color: #fff;
}

.seo-theme .our-case h6 {
    /* font-size: 16px; */
    opacity: .6;
    /* color: #fff; */
    text-align: center;
}

.seo-theme .single-case-top h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    line-height: 40px;
}

.seo-theme .single-case-top .case-text {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: calc(100% - 340px);
    margin: 0 30px;
    overflow: hidden;
}

.seo-theme .single-case-bottom {
    padding: 20px 30px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #27272e;
}

.seo-theme .single-case-bottom p {
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.seo-theme .single-case-bottom p a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 50%;
}

.seo-theme .single-case-bottom a+a {
    text-align: right;
}

.seo-theme .single-case-bottom a+a::before {
    content: '|';
    float: left;
    color: rgba(102, 102, 102, 0.6);
}

.our-case-content .case-item .single-case-top {
    cursor: pointer;
    width: 100%;
    height: 390px;
    float: left;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-repeat: repeat;
}
.our-case-content .case-item{position: relative; height: 390px;margin-bottom: 20px;overflow: hidden;}
.our-case-content .case-item .single-case-top:hover{margin-top: -20px; height: 430px;}
.seo-theme .single-case-bottom .flex{display: flex!important;}