/* hero banner */

.pdr-feeding-guide-hero-section {
    align-items: center;
	background: linear-gradient(to right, var(--prodog-yellow) 68%, var(--prodog-black) 68%);
    display: flex;
    min-height: 615px;
}

.pdr-feeding-guide-hero-section .pdr-container {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.pdr-feeding-guide-hero-section-content-left {
    width: 565px;
    display: flex;
    align-items: center;
}

.pdr-section.pdr-feeding-guide-hero-section h1{
    color: var(--prodog-black);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pdr-feeding-guide-hero-section-left p {
    color: #231f20;
    font-size: var(--font-size-h3);
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 34px;
    margin-bottom: 0;
    max-width: 100%;
    width: 480px;
}

.pdr-feeding-guide-hero-section-image {
    background: linear-gradient(to right, var(--prodog-yellow) 50%, var(--prodog-black) 50%);
    width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    right: -100px;
}

.pdr-feeding-guide-hero-section-image-inner{
    height: 100%;
}

.pdr-feeding-guide-hero-section-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    display: block;
}

.pdr-rfg-image-in-circle.pdr-feeding-guide-hero-section-image {
    align-items: center;
}

.pdr-rfg-image-in-circle .pdr-feeding-guide-hero-section-image-inner{
    border: 10px solid var(--color-white);
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.pdr-feeding-guide-hero-section-image.pdr-rfg-image-in-circle img {
    border-radius: 50%;
}

@media (max-width: 1299px) {

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

    .pdr-rfg-image-in-circle.pdr-feeding-guide-hero-section-image {
    	right: 0;
    }

    .pdr-feeding-guide-hero-section-image {
        align-items: flex-end;
        justify-content: center;
        right: 0;
    }

}

@media (max-width: 1199px) {

    .pdr-feeding-guide-hero-section {
    	align-items: center;
    	background: linear-gradient(to right, var(--prodog-yellow) 68%, var(--prodog-black) 68%);
    	display: flex;
    	min-height: auto;
    }

    .pdr-feeding-guide-hero-section-content-left {
        padding: 100px 0;
    }

    .pdr-feeding-guide-hero-section-image,
    .pdr-feeding-guide-hero-section-content-left {
        width: 50%;
    }

    .pdr-feeding-guide-hero-section-left {
        width: 100%;
    }

    .pdr-feeding-guide-hero-section-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .pdr-rfg-image-in-circle .pdr-feeding-guide-hero-section-image-inner {
    	width: 400px;
    	height: 400px;
    }

}

@media (max-width: 999px) {

    .pdr-rfg-image-in-circle .pdr-feeding-guide-hero-section-image-inner{
        border: 7px solid var(--color-white);
        width: 350px;
        height: 350px;
    }

}

@media (max-width: 899px) {

    .pdr-section.pdr-feeding-guide-hero-section h1 {
    	font-size: 40px;
    	line-height: 40px;
    }

    .pdr-feeding-guide-hero-section-left p {
    	font-size: 24px;
    	line-height: 28px;
    }

    .pdr-rfg-image-in-circle .pdr-feeding-guide-hero-section-image-inner{
        border: 7px solid var(--color-white);
        width: auto;
        height: auto;
    }

}

/* responsive override */
@media (max-width: 767px) {

    .pdr-feeding-guide-hero-section-image {
        width: 40%;
    }

    .pdr-feeding-guide-hero-section-content-left {
        padding: 50px 0;
        width: 60%;
    }

    .pdr-section.pdr-feeding-guide-hero-section h1 {
    	font-size: 30px;
    	line-height: 30px;
    }

    .pdr-feeding-guide-hero-section-left p {
    	font-size: 20px;
    	line-height: 24px;
    }

}

@media (max-width: 499px) {

    .pdr-feeding-guide-hero-section,
    .pdr-feeding-guide-hero-section-image {
        background: var(--prodog-yellow);
    }

    .pdr-feeding-guide-hero-section-content-left {
    	padding: 35px 0 0;
    }

    .pdr-feeding-guide-hero-section .pdr-container {
        flex-direction: column;
    }

    .pdr-feeding-guide-hero-section-image,
    .pdr-feeding-guide-hero-section-content-left {
    	width: 100%;
    }

    .pdr-feeding-guide-hero-section-image {
        max-width: 250px;
    }

    .pdr-rfg-image-in-circle .pdr-feeding-guide-hero-section-image-inner{
        margin-bottom: 30px
    }

}
