.pdr-bundle-subscribe-and-save {
    background: var(--prodog-yellow);
    padding: 35px 0 50px;
    overflow-x: hidden;
}

.pdr-bundle-subscribe-and-save-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.pdr-bundle-subscribe-and-save-image-content {
	flex: 0 0 540px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* vertically center everything */
}

.pdr-bundle-subscribe-and-save-image{
    position: relative;
    width: 50%;
}

.pdr-bundle-subscribe-and-save-image-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 2000px;
	height: 100%;
	position: absolute;
	right: 0;
}

.pdr-bundle-subscribe-and-save-image-img img {
    display: none;
}

.pdr-section.pdr-bundle-subscribe-and-save h2 {
    font-size: 35px;
    text-transform: none;
    margin-bottom: 25px;
}

.pdr-bundle-subscribe-and-save-button .pdr-button {
    margin: 0;
}

.pdr-bundle-subscribe-and-save-reasons {
    list-style: none;
    margin: 0 0 20px 0;
}

.pdr-bundle-subscribe-and-save-reasons li {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.pdr-bundle-subscribe-and-save-reasons li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 44px;
    flex-shrink: 0; /* keeps icon from shrinking */
    color: var(--prodog-black);
}

@media (max-width: 1250px) {

    .pdr-bundle-subscribe-and-save-image-img {
    	right: 50px;
    }

}

@media (max-width: 999px) {

    .pdr-bundle-subscribe-and-save-inner {
        flex-direction: column-reverse;
    }

    .pdr-bundle-subscribe-and-save-image-content {
        width: 100%;
        flex: 0;
        margin-bottom: 40px;
    }

    .pdr-bundle-subscribe-and-save-image {
        width: 100%;
    }

    .pdr-bundle-subscribe-and-save-image-img {
    	background: none;
    	width: 100%;
    	position: static;
    }

    .pdr-bundle-subscribe-and-save-image-img img {
        display: block;
    }

}

@media (max-width: 767px) {

    .pdr-section.pdr-bundle-subscribe-and-save h2 {
    	font-size: 30px;
    	line-height: 32px;
    }

}

@media (max-width: 599px) {

    .pdr-bundle-subscribe-and-save-reasons li {
    	font-size: 17px;
    	margin-bottom: 15px;
    }

    .pdr-bundle-subscribe-and-save-reasons li:before {
    	width: 36px;
    	height: 36px;
    	font-size: 36px;
    }

}
