﻿.aobut-case-in {
    margin-bottom:20px;
}
.case-pic {
    overflow: hidden;
    cursor: pointer;
}
.case-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-title {
    margin-top:10px;
    font-size:13px;
    text-align:center;
}
.lg-sub-html h4 {
    color: rgb(255, 216, 0)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-case .container {
        max-width: 100%
    }
    .pt-30px {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .col-xs-6 {
        width: 50%;
    }
}
