/* General Styles */
.posts-grid {
    display: grid;
    grid-gap: 20px;
    justify-content: center;
}

.post-item {
    border: 1px solid #ddd;
    padding: 20px;
}

.post-item img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    overflow: hidden;
}

.post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-time {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.post-excerpt {
    margin-bottom: 10px;
}

.load-more {
    margin-top: 20px;
    text-align: center;
}

.load-more button {
    padding: 8px 25px;
    background-color: #c99628;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.col-md-6 {
    max-width: 100%;
}

@media (min-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* News Block Styles */

.news-block-six .post-meta li {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid #dbdbdb;
    border-radius: 8px;
    padding: 4px 10px;
}
.news-block-six .lower-content
{
    margin-top: -25px;
}
.image {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
    overflow: hidden;
}
@media (max-width: 768px) {
.image {
    max-width: 100%;
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
    overflow: hidden;
}
}
p a {
    display: block;
    padding-top: 10px;
}
.news-block-six .text{
    text-align: justify;
    text-align-last: left;
    word-break: break-all;
}
.swiper-container {
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 20px;
    z-index: 1;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 8px;
    
}
.swiper-button-prev, .swiper-button-next{
    height: 25px;
}