.dcsoft_news {
    max-width: 88.33rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.67rem;
}
.dcsoft_news h2.header-title {
    margin: 0;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.22rem;
    line-height: 2.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #253D4E;
}
.dcsoft_news #blog-entries {
    display: flex;
    gap: 1.67rem;
}
.dcsoft_news #blog-entries .blog-entry-inner {
    display: flex;
    flex-direction: column;
    gap: .56rem;
}
#blog-entries .blog-entry-inner .thumbnail {
    position: relative;
    border-radius: 1.11rem;
    overflow: hidden;
    height: 21.39rem;
    min-width: 28.47rem;
}
#blog-entries .blog-entry-inner .thumbnail .post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#blog-entries .blog-entry-inner .thumbnail .plus-ani {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 3.89rem;
    height: 3.89rem;
    opacity: 1;
    border-radius: 100%;
    background: #66B34573;
    padding: 0;
    border: 0;
    display: none;
    animation: zoombutton 1s infinite;
}
@keyframes zoombutton {
    0% {
        width: 3.89rem;
        height: 3.89rem;
    }
    50% {
        width: 4.17rem;
        height: 4.17rem;
    }
    100% {
        width: 3.89rem;
        height: 3.89rem;
    }
}
#blog-entries .blog-entry-inner .thumbnail a.thumbnail-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#blog-entries .blog-entry-inner .thumbnail .plus-ani span {
    width: 2.78rem;
    height: 2.78rem;
    display: block;
    background: #66B345;
    border-radius: 100%;
    line-height: 2.78rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.39rem;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.dcsoft_news #blog-entries .blog-entry-inner:hover .thumbnail .plus-ani {
    display: block;   
}
#blog-entries .meta.clr {
    display: flex;
    gap: .83rem;
}
#blog-entries .meta.clr li {
    list-style: none;
    margin: 0;
}
#blog-entries .meta.clr li, 
#blog-entries .meta.clr li a {
    color: #66B345;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: .97rem;
    line-height: 1.39rem;
    letter-spacing: 0;
}
#blog-entries .meta.clr li.meta-date:after {
    content: '/';
    padding: 0 0 0 .83rem;
}
#blog-entries .blog-entry-inner h2.blog-entry-title {
    margin: 0;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.94rem;
    letter-spacing: 0;
    color: #253D4E;
}
#blog-entries .blog-entry-inner .blog-entry-summary {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: .97rem;
    line-height: 1.39rem;
    letter-spacing: 0;
    color: #7E7E7E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dcsoft_news_title {
    display: flex;
}
.dcsoft_news_title a {
    display: flex;
    gap: .56rem;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    letter-spacing: 0;
    align-items: center;
    text-wrap-mode: nowrap;
}
.dcsoft_news_title a svg {
    width: 1.39rem;
    height: 1.67rem;
    transition: all 1s ease;
}
.dcsoft_news_title a:hover svg {
    transform: translateX(10%);
    transition: all 1s ease;
}
@media only screen and (max-width: 767.9px) {
    .dcsoft_news_title a {
        font-size: 3.59rem;
        gap: 1.02rem;
        line-height: 4.1rem;
    }
    .dcsoft_news_title a svg {
        width: 4.1rem;
        height: 4.1rem;
    }
    .dcsoft_news {
        max-width: 100%;
        padding: 4.1rem;
        gap: 2.56rem;
    }
    .dcsoft_news h2.header-title {
        font-size: 4.1rem;
        line-height: 6.15rem;
    }
    .dcsoft_news #blog-entries {
        gap: 3.07rem;
    }
    .dcsoft_news #blog-entries .blog-entry-inner {
        gap: .51rem;
    }
    #blog-entries .blog-entry-inner .thumbnail {
        border-radius: 4.1rem;
        height: 42.26rem;
        min-width: 56.35rem;
        margin-bottom: 1.54rem;
    }
    #blog-entries .blog-entry-inner .thumbnail .plus-ani {
        width: 11.78rem;
        height: 11.78rem;
    }
    #blog-entries .blog-entry-inner .thumbnail .plus-ani span {
        width: 7.68rem;
        height: 7.68rem;
        line-height: 7.68rem;
        font-size: 4.1rem;
    }
    @keyframes zoombutton {
        0% {
            width: 11.78rem;
            height: 11.78rem;
        }
        50% {
            width: 13.32rem;
            height: 13.32rem;
        }
        100% {
            width: 11.78rem;
            height: 11.78rem;
        }
    }
    #blog-entries .meta.clr {
        gap: 3.07rem;
    }
    #blog-entries .meta.clr li, #blog-entries .meta.clr li a {
        font-size: 3.07rem;
        line-height: 4.1rem;
    }
    #blog-entries .meta.clr li.meta-date:after {
        padding: 0 0 0 3.07rem;
    }
    #blog-entries .blog-entry-inner h2.blog-entry-title {
        font-size: 3.59rem;
        line-height: 5.12rem;
    }
    #blog-entries .blog-entry-inner .blog-entry-summary {
        font-size: 3.07rem;
        line-height: 4.1rem;
        -webkit-line-clamp: 3;
    }
    .dcsoft_news .width-max-content {
	    max-width: 100%;
	    overflow-x: scroll;
	}
}