.pdr-customer-reviews-yellow {
    background: var(--prodog-yellow);
    position: relative;
}

.pdr-customer-reviews-yellow-watermark {
    background: url("../../assets/svg/pdr-watermark-grey.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50px;
    height: calc(100% - 100px);
    left: 20px;
    margin: 0 auto;
    max-width:  calc(100% - 40px);
    position: absolute;
    width: 100%;
}

.pdr-customer-reviews-yellow-dog-image {
    background: url("../../assets/img/reviews-collie.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 547px;
    left: -380px;
    position: absolute;
    width: 359px;
}

.pdr-customer-reviews-yellow-icon {
    background: url("../../assets/img/recommended-by-vets.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 40px;
    height: 168px;
    right: -180px;
    position: absolute;
    width: 168px;
}

.pdr-customer-reviews-yellow .pdr-container{
    padding: 40px 0 50px;
}

.pdr-customer-reviews-yellow h2 {
    color: var(--color-black);
    font-size: var(--font-size-h2-smaller);
    line-height: 50px;
    margin: 0 auto 75px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 580px;
}

.pdr-customer-reviews-yellow h2 span {
    color: var(--prodog-bright-green);
    font-size: var(--font-size-h3);
    line-height: 34px;
    text-transform: uppercase;
}

.pdr-customer-reviews-yellow-carousel-wrap {
    position: relative;
}

.pdr-customer-reviews-yellow-carousel {
	padding: 0;
    max-width: calc(100% - 100px);
    margin: 0 auto 40px;
}

.pdr-customer-reviews-yellow-carousel-block {
	width: 33.333%;
	padding: 0 25px;
	text-align: center;
}

.pdr-customer-reviews-yellow-prev {
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 0;
}

.pdr-customer-reviews-yellow-next {
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 0;
}

.pdr-customer-reviews-yellow-prev:hover path,
.pdr-customer-reviews-yellow-next:hover path {
    stroke: var(--prodog-bright-green);
    transition: var(--transition-medium);
}

.pdr-customer-reviews-yellow-image {
    text-align: center;
}

.pdr-customer-reviews-yellow-image img{
    max-width: 100%;
    width: 110px;
}

.pdr-customer-reviews-yellow-review-stars i {
    color: var(--color-black);
    font-size: 23px;
}

.pdr-customer-reviews-yellow-review-stars {
    margin-bottom: 15px;
}

.pdr-customer-reviews-yellow .pdr-customer-reviews-yellow-review-title {
    color: var(--color-black);
    font-family: var(--font-family-secondary);
    font-size: var(--font-size-xl);
    margin-bottom: 30px;
}

.pdr-customer-reviews-yellow-review-content {
    color: var(--color-black);
    font-family: var(--font-family-primary);
    font-size: 20px;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-h5);
}

.pdr-customer-reviews-yellow-button {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

@media (max-width: 1699px) {

    .pdr-customer-reviews-yellow-carousel-block {
    	width: 50%;
    }

    .pdr-customer-reviews-yellow .pdr-container {
        width: 800px;
    }

}

@media (max-width: 1199px) {

    .pdr-customer-reviews-yellow-carousel-block {
        text-align: center;
    	width: 100%;
    }

    .pdr-customer-reviews-yellow .pdr-container {
        max-width: 100%;
        width: 500px;
    }

}

@media (max-width: 899px) {

    .pdr-customer-reviews-yellow-dog-image,
    .pdr-customer-reviews-yellow-icon {
        display: none;
    }

}

@media (max-width: 767px) {

    .pdr-customer-reviews-yellow h2 {
    	line-height: 30px;
    	margin: 0 auto 40px;
    	width: 380px;
    }

    .pdr-customer-reviews-yellow h2 span {
    	line-height: 22px;
    }

    .pdr-customer-reviews-yellow-review-content {
    	font-size: 17px;
    }

    .pdr-customer-reviews-yellow .pdr-customer-reviews-yellow-review-title {
    	margin-bottom: 15px;
    }

    .pdr-customer-reviews-yellow-carousel {
    	margin: 0 auto 20px;
    }

    .pdr-customer-reviews-yellow-next svg,
    .pdr-customer-reviews-yellow-prev svg {
        width: 20px;
    }

    .pdr-customer-reviews-yellow-prev {
    	left: 21px;
    }

    .pdr-customer-reviews-yellow-next {
    	right: 21px;
    }

}
