.pdr-blog-grid {
    background: var(--prodog-dark-grey);
    background-image: url("../../assets/img/grass.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 545px;
    padding: 70px 20px 110px;
    position: relative;
}

.pdr-blog-grid h2 {
    color: var(--prodog-yellow);
    font-size: var(--font-size-h2-smaller);
    line-height: 50px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-grid-block {
    display: flex;
    justify-content: space-between;
}

.pdr-blog-grid-left,
.pdr-blog-grid-right {
    max-width: 100%;
    width: calc(50% - 9px);
}

.pdr-blog-grid-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-grid-left .pdr-post-archive-item-image {
    width: 100%;
}

.pdr-blog-grid-left .pdr-post-archive-item-image img {
    border-radius: 15px 0 0 0;
    width: 100%;
}

.pdr-post-archive-item-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-grid-left .pdr-post-archive-item-details {
    background: var(--color-white);
    border-radius: 0 0 0 15px;
}

.pdr-blog-grid-right .pdr-post-archive-item-details,
.pdr-blog-grid-right .pdr-post-archive-item-image {
    width: 50%;
}

.pdr-blog-grid-right .pdr-post-archive-item-image img {
    width: 100%;
}

.pdr-blog-grid-left article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pdr-blog-grid-right article {
    display: flex;
}

.pdr-blog-grid-right article:first-of-type {
    margin-bottom: 13px;
}

.pdr-blog-grid-right article:first-of-type .pdr-post-archive-item-details {
    border-radius: 0 15px 0 0;
}

.pdr-blog-grid-left .pdr-post-archive-item-details {
    height: 100%;
    padding: 30px 20px 30px;
}

.pdr-blog-grid-right .pdr-post-archive-item-details {
    background: var(--color-white);
    padding: 30px 15px 12px;
}

.pdr-blog-grid-right article:last-of-type .pdr-post-archive-item-details {
    border-radius: 0 0 15px 0;
}

.pdr-post-archive-item-image a {
    border: none;
    display: block;
}

.pdr-post-archive-item-image img {
    display: block;
    position: relative;
}

.pdr-post-archive-item-title h3 {
    font-family: var(--heading-font-family);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-heavy);
    line-height: 30px;
    margin-bottom: 0;
    max-width: 100%;
    width: 490px;
}

.pdr-blog-grid-right .pdr-post-archive-item-title h3 {
    font-size: 20px;
    line-height: 24px;
    width: 250px;
}

.pdr-post-archive-item-title h3 a {
    border: none;
}

.pdr-post-archive-item-meta {
    border-top: 2px solid var(--prodog-yellow);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.pdr-post-archive-item-meta p {
    margin-bottom: 0;
}

.pdr-post-archive-item-meta-left a {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
}

@media (max-width: 1023px) {

    .pdr-blog-grid-block {
    	flex-direction: column;
        gap: 15px;
        margin: 0 auto;
        max-width: 750px;
    }

    .pdr-blog-grid-left {
        width: 100%;
    }

    .pdr-blog-grid-left article {
    	flex-direction: row;
        margin-top: 15px;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-details {
    	height: auto;
    }

    .pdr-blog-grid-right {
    	width: 100%;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-image img {
    	border-radius: 15px 0 0 15px;
    }

    .pdr-blog-grid-right .pdr-post-archive-item-image img {
        border-radius: 15px 15px 0 0;
    }

    .pdr-blog-grid-right article:last-of-type .pdr-post-archive-item-details,
    .pdr-blog-grid-right article:first-of-type .pdr-post-archive-item-details {
        border-radius: 0 0 15px 15px;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-details {
    	border-radius: 0 15px 15px 0;
    }

    .pdr-blog-grid-right {
    	flex-direction: row;
        gap: 15px;
    }

    .pdr-blog-grid-right .pdr-post-archive-item-details,
    .pdr-blog-grid-right .pdr-post-archive-item-image {
    	width: 100%;
    }

    .pdr-blog-grid-right article {
    	flex-direction: column;
        width: 100%;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-image,
    .pdr-post-archive-item-details {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .pdr-blog-grid {
    	padding: 35px 20px 50px;
    }

    .pdr-blog-grid h2 {
    	line-height: 30px;
    	margin-bottom: 30px;
    }

    .pdr-post-archive-item-title h3 {
    	font-size: 20px;
    	line-height: 24px;
    }

    .pdr-blog-grid-right {
    	flex-direction: column;
    }

    .pdr-blog-grid-block {
    	max-width: 400px;
    }

    .pdr-blog-grid-left article {
    	margin-top: 0;
    	flex-direction: column;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-image,
    .pdr-post-archive-item-details {
    	width: 100%;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-image img {
    	border-radius: 15px 15px 0 0;
    }

    .pdr-blog-grid-left .pdr-post-archive-item-details {
    	border-radius: 0 0 15px 15px;
    }

}
