.info6_wapper {
    background: rgba(238, 238, 238, 0.4);
    padding: 60px 0;
}

.info6_wapper > h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 18px;
}

.info6_wapper > p {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}

.info6_col_padding {
    padding: 20px;
}

.info6_table {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(183, 183, 183, 1);
}

.info6_table:hover {
    box-shadow: 0px 6px 6px 0px rgba(162, 162, 162, 0.8);
    box-sizing: border-box;
}

.info6_img_wrapper {
    position: relative;
    overflow: hidden;
}

.info6_img_mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.info6_img_wrapper > img {
    width: 270px;
    height: 180px;
    object-fit: cover;
}

.info6_img_wrapper:hover .info6_img_mask {
    bottom: 0;
}

.info6_img_mask {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info6_img_mask > a {
    display: inline-block;
    width: 80px;
    height: 30px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
}

.info6_img_mask > a:hover {
    color: #fff;
    text-decoration: none;
}

.info6_content_wrapper {
    padding: 0 18px 50px;
    text-align: left;
    background: #fff;
}

.info6_content_wrapper > h6 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 222px;
}

.info6_content_wrapper > p {
    font-size: 16px;
    padding: 18px 0 16px;
}
.info6_main_content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 75px;
}
.info6_row_margin {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 768px) {
    .info6_img_wrapper > img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
