@media (max-width: 1000px){

.custom-blog-layout {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
}
.blog-post-style-link {
    color: #000;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: bold;
}

.blog-post-style-post.large {
    width: 100% !important;}

.blog-post-style-grid {
    width: 100% !important;
}
.blog-post-style-post.small {
    width: 100%;
    display: flex;}

.blog-post-style-post.large {
    width: 100%;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F4;
    border-radius: 20px !important;
    border: 1px solid #66666645;
}

.blog-post-style-post.small {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border-radius: 20px !important;
    border: 1px solid #66666645;
}

.blog-post-style-post.small img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.blog-post-style-post.large img.blog-post-style-image {
    border-radius: 20px 20px 0 0 !important; 
}

.blog-post-style-post.small img.blog-post-style-image {
  border-radius: 20px 20px 0px 0 !important; 
}

}

@media (min-width:1000px){
.custom-blog-layout {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}
.blog-post-style-post.large img.blog-post-style-image {
    border-radius: 20px 20px 0 0 !important; 
}

.blog-post-style-post.small img.blog-post-style-image {
  border-radius: 20px 0px 0 20px !important; 
}
.blog-post-style-post.large {
    width: 100%;
    height: 95% !important;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F4;
    border-radius: 20px !important;
    border: 1px solid #66666645;
}

.blog-post-style-column.large-post-column {
    width: 50%;
}

.blog-post-style-column.small-posts-column {
    width: 50%;
}

.blog-post-style-post.small {
    width: 100%;
    height: 200px !important;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border-radius: 20px !important;
    border: 1px solid #66666645;
}
.blog-post-style-columns {
    display: flex
;
    flex-direction: row;
    gap: 30px;
}

.blog-post-style-post.small img {
    width: 40%;
    object-fit: cover;
}
.blog-post-style-post.large img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

}


.blog-post-style-content {
    padding: 15px;
    color: #333;
}

.blog-post-style-link {
    color: #333;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.blog-post-style-meta {
    margin-top: 10px;
}

.blog-post-style-excerpt {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.blog-post-style-read-more-button {
    margin-top: 15px;
    color: #ff4081;
    text-decoration: none;
    font-weight: bold;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}


.blog-post-style-image img {
    width: 20% important;
    max-width: 20% !important;
}

.blog-post-style-post.large img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border: 20px !important;
}
.blog-post-style-content {
    border: none !important;
}
a.blog-post-style-read-more-button {
    color: #004712 !important;
    text-decoration:underline 2px #004712;
}
a.blog-post-style-read-more-button:hover {
    text-decoration:none;
}



.blog-post-style-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}