
.pdr-feeding-guide-signup-form {
    background: var(--prodog-black);
    padding: 75px 0;
    position: relative;
}

.pdr-feeding-guide-signup-form-content-content {
    margin: 0 auto 45px;
    max-width: 100%;
    text-align: center;
    width: 690px;
}

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

.pdr-feeding-guide-signup-form-content-content p {
    color: var(--color-white);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

.pdr-feeding-guide-signup-form-content-content p strong {
    background: var(--prodog-yellow);
    color: var(--prodog-black);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    padding: 0 5px;
    text-transform: uppercase;
}

.pdr-feeding-guide-signup-form-content p:last-of-type {
    margin-bottom: 0;
}

.pdr-feeding-guide-signup-form-content p strong {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
}

.pdr-feeding-guide-signup-form-watermark {
	background: url("../../assets/svg/pdr-watermark-black.svg");
	background-position: bottom right;
	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-feeding-guide-signup-form-image {
    background: url("../../assets/img/pack-signup.png");
    background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
    height: 650px;
    position: absolute;
    bottom: -35px;
    left: -375px;
    width: 550px;
}

@media (max-width: 1499px) {

    .pdr-feeding-guide-signup-form-image {
        left: -250px;
        width: 500px;
    }

}

@media (max-width: 1299px) {

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

    .pdr-feeding-guide-signup-form-image {
        display: none;
    }

    .pdr-feeding-guide-signup-form-watermark {
    	background-position: bottom center;
    }

    .pdr-feeding-guide-signup-form-content h2 {
    	font-size: var(--font-size-h3);
    	line-height: var(--line-height-h3);
    	margin-bottom: 24px;
    }

}

@media (max-width: 767px) {

	.pdr-feeding-guide-signup-form {
	    padding: 35px 0;
	}

    .pdr-feeding-guide-signup-form-content-content p {
    	font-size: 20px;
    	line-height: 24px;
    }

}

@media (max-width: 499px) {

    .pdr-feeding-guide-signup-form-content p {
    	font-size: 16px;
        line-height: 20px;
    }

    .pdr-feeding-guide-signup-form-content-content {
    	margin-bottom: 25px;
    }

}
