.post_content-layout {
	padding-block: 40px;
}

.post_content-layout .pk-row > .pk-grid-container {
    row-gap: 60px;
}

.post_content-layout .pk-row .intro-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post_content-layout .pk-row .intro-col h1 {
    margin-bottom: unset;
}

.post_content-layout .pk-row .intro-col img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.post_content-layout .pk-row .pk-text p > img {
    width: 100%;
    height: auto;
    margin-block: 2rem;
}

/* .post_content-layout .content-col h1, .post_content-layout .content-col h2, .post_content-layout .content-col h3, .post_content-layout .content-col h4 {
  margin-bottom: 1.5rem !important;
} */

@media screen and (max-width: 992px) {
	
	
}

@media screen and (max-width: 767px) {

    .post_content-layout {
        padding-block: 0px;
    }
	
    .post_content-layout .pk-row > .pk-grid-container {
		row-gap: 40px;
	}
		
}

