
.pdr-feeding-guide-resource-section {
	background: var(--prodog-black);
    padding: 65px 0;
	position: relative;
}

.pdr-feeding-guide-resource-section-watermark {
	background: url("../../assets/svg/pdr-watermark-black.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 12px;
	height: calc(100% - 25px);
	margin: 0 auto;
	max-width: calc(100% - 40px);
	position: absolute;
	width: 100%;
}

.pdr-section.pdr-feeding-guide-resource-section h2 {
    color: var(--color-white);
    font-size: var(--font-size-h2-smaller);
    line-height: 44px;
    margin: 0 auto 24px;
	max-width: 100%;
	text-align: center;
    text-transform: uppercase;
	width: 820px;
}

.pdr-feeding-guide-resource-section-content {
	margin: 0 auto 40px;
	max-width: 100%;
	text-align: center;
	width: 800px;
}

.pdr-feeding-guide-resource-section-content p,
.pdr-feeding-guide-resource-section-content li {
	color: var(--color-white);
	font-size: var(--font-size-lg);
	line-height: var(--line-height-lg);
}

.pdr-feeding-guide-resource-section-resources {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
	margin: 0 auto;
	max-width: 100%;
	width: 1026px;
}

.pdr-feeding-guide-resource-section-resource {
	align-items: center;
	background: var(--color-white);
	border-radius: 18px;
	display: flex;
	justify-content: space-between;
	padding: 10px 17px 10px 12px;
}

.pdr-feeding-guide-resource-section-resource-image {
	border-radius: 10px;
	height: auto;
	width: 145px;
}

.pdr-feeding-guide-resource-section-resource-right {
	max-width: 100%;
	width: 275px;
}

.pdr-feeding-guide-resource-section-resource-right h3 {
	margin-bottom: 10px;
}

.pdr-feeding-guide-resource-section-resource-right p a,
.pdr-feeding-guide-resource-section-resource-right h3 a {
	border: none;
	font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
	line-height: 24px;
}

.pdr-feeding-guide-resource-section-resource-right p {
	margin-bottom: 0;
	text-transform: uppercase;
}

.pdr-feeding-guide-resource-section-resource-right p a:hover {
	border-bottom: 2px solid var(--prodog-black);
}

@media (max-width: 1299px) {

    .pdr-section.pdr-feeding-guide-resource-section .pdr-container {
        padding: 0 20px;
    }

}

@media (max-width: 1099px) {

	.pdr-feeding-guide-resource-section-resources {
	    gap: 30px;
	}

}

@media (max-width: 999px) {

	.pdr-feeding-guide-resource-section-resources {
	    grid-template-columns: repeat(1, 1fr);
		width: 475px;
	}

}

@media (max-width: 767px) {

	.pdr-feeding-guide-resource-section {
	    padding: 35px 0;
	}

	.pdr-section.pdr-feeding-guide-resource-section h2 {
		line-height: 30px;
	}

}

@media (max-width: 499px) {

	.pdr-section.pdr-feeding-guide-resource-section h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.pdr-feeding-guide-resource-section-resource-image {
		width: 120px;
	}

	.pdr-feeding-guide-resource-section-resource-right {
		width: calc(100% - 140px);
	}

	.pdr-feeding-guide-resource-section-content p, .pdr-feeding-guide-resource-section-content li {
		font-size: 16px;
		line-height: 20px;
	}

}
