.pdr-gallery-with-quote {
    background: var(--color-light-grey);
    padding: 60px 0 85px;
    position: relative;
}

.pdr-gallery-with-quote .pdr-container {
    max-width: 100%;
    width: 1455px;
}

.pdr-gallery-with-quote-watermark {
    background: url("../../assets/svg/pdr-watermark-white.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-gallery-with-quote h2 {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: var(--font-size-h2-smaller);
    line-height: 34px;
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    text-transform: uppercase;
    width: 365px;
}

.pdr-section p.pdr-gallery-with-quote-subtitle {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-gallery-with-quote-blocks {
    display: grid;
	grid-template-columns: repeat(5, calc((100% - 64px) / 5));
	gap: 16px;
    margin-bottom: 55px;
    padding: 0 20px;
	width: 100%;
}

.pdr-gallery-with-quote-blocks img {
    border-radius: 30px;
    width: 100%;
}

.pdr-gallery-with-quote-quote {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 965px;
}

.pdr-gallery-with-quote-quote h3 {
    font-size: var(--font-size-h3);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    margin-bottom: 55px;
    text-transform: uppercase;
}

.pdr-gallery-with-quote-quote p {
    font-size: 20px;
    margin-bottom: 35px;
}

.pdr-gallery-with-quote-quote p.pdr-gallery-with-quote-quote-by {
    margin-bottom: 0;
}

@media (max-width: 1099px) {

    .pdr-gallery-with-quote {
        padding: 60px 20px 85px;
    }

    .pdr-gallery-with-quote-blocks {
        display: block;
        padding: 0;
    }

    .pdr-gallery-with-quote-block {
        width: 100%;
        max-width: 33.3333%;
        padding: 0 8px;
    }

    .pdr-gallery-with-quote-blocks {
    	display: block;
    }

}

@media (max-width: 767px) {

    .pdr-gallery-with-quote {
    	padding: 35px 20px;
    }

    .pdr-gallery-with-quote-block {
        max-width: 50%;
    }

    .pdr-gallery-with-quote-quote h3 {
    	margin-bottom: 35px;
    }

    .pdr-gallery-with-quote-quote p {
    	font-size: 17px;
    	margin-bottom: 20px;
    }

}

@media (max-width: 599px) {

    .pdr-gallery-with-quote-block {
        padding: 0 4px;
        max-width: 50%;
    }

}
