.block6-2-custom2 .article-wrap {
    display: block;
    border-radius: 5px;
    transition: 0.1s;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #FFFFFF;
}


.block6-2-custom2 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.block6-2-custom2 .article .info-group {  
   border-top: 1px solid #E5E5E5;   
}

.block6-2-custom2 .__item-wrap {
    position: relative;
}
.block6-2-custom2 .big-article .title-group {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 27px 25px 18px;
    color: #fff !important;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}

.block6-2-custom2 .article .article-img {
    border-radius: 9999px;
    height: 172px;
    width: 100%;
    z-index: 2;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block6-2-custom2 .article .article-name {    
    text-align: center;
    cursor: pointer;
}

.block6-2-custom2 .article,
.block6-2-custom2 .big-article {
  /*  padding-bottom: 40px;*/
    margin-bottom: 32px;
}

.block6-2-custom2 .big-article {
    min-height: 400px;
}


.block6-2-custom2 .big-article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.block6-2-custom2 .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}
.block6-2-custom2 .target {
    margin-bottom: 74px;
}
.block6-2-custom2 .block-el-btn {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 64px);
}
.block6-2-custom2 .article .article-text {  
    min-height: 53px;
    text-align: center;
    font-weight: normal;
}

.block6-2-custom2 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}

.block6-2-custom2 .big-article .article-over-title-text,
.block6-2-custom2 .big-article .article-text {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}

.block6-2-custom2 .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #999;
}

/* modal style */
.modal6_2_custom2-img {
    width: 172px;
    height: 172px;
    background-position: center;
    background-size: contain;
   background-repeat: no-repeat;
    margin: 0 auto;
}

.modal6_2_custom2 .info-group {
    border-top: 1px solid #E5E5E5;
}


@media (max-width: 768px) {
    .block6-2-custom2 .block-title-text {
        text-align: left;
    }
    .block6-2-custom2 .block-btns:not(.btn-end) {
        display: none;
    }
    .block6-2-custom2 .block-btns.btn-end {
        margin-top: 0px !important;
        width: 100%;
    }
    .block6-2-custom2 .block-btns.btn-end .btn{
        width: 100%;
    }
}