  .news_type12 {
    position: relative;
    background-image: url(/Content/assets/images/bg-1.png);
    background-size: cover;
    background-position: bottom bottom;
    background-repeat: no-repeat;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    position: relative;
    bottom: 0;
    z-index: 0;
}

.news_type12::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.news_type12 .title {
    color: var(--color-primary);
    margin-bottom: 1.5625rem;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.news_type12 .badge {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    padding: 6px 10px;
    font-size: .8125rem;
    line-height: 1.3;
}

    .news_type12 .list_g {
        border-bottom: 0.5px dashed #9b9b9b;
        /*border-radius: none;*/
    }

.news_type12 .card-title a{
    line-height: 1.6875rem;
    color: #1F1F1F;
}
.news_type12 .card-title a:hover,.news_type12 .card-title a:focus{
    color: var(--color-primary);
}

.news_type12 .list_g:last-child {
    border-bottom: none;
}

.news_type12 .more {
    border: .0625rem solid var(--color-primary);
    border-radius: 50px;
    color: var(--color-primary);
    padding: 16px 38px;
    margin-top: 1.5rem;
    font-weight: 600;
}

.news_type12 .more:hover,.news_type12 .more:focus {
    background-color: var(--color-primary);
    color: white;
}

    .news_type12 img {
        border-radius:0;
    }

    .news_type12 .read_more_box {
        text-align: end;
    }

    .news_type12 .decorate_icon {
        position: relative;
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .news_type12 .decorate_icon::after {
            width: 44px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }

        .news_type12 .decorate_icon::before {
            width: 8px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            right: 2px;
            transform: rotate(38deg);
        }

@media (max-width: 480px ) {
    .news_type12 .read_more_box {
        text-align: center;
    }
}