.pdr-content-grid-with-icons {
    background: var(--prodog-black);
    padding: 75px 0 120px;
    position: relative;
}

.pdr-content-grid-with-icons-watermark {
    background: url("../../assets/svg/pdr-watermark-black.svg");
    background-position: bottom center;
    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-content-grid-with-icons .pdr-container {
    position: relative;
}

.pdr-content-grid-with-icons h2 {
    color: var(--prodog-yellow);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-content-grid-with-icons h3 {
    color: var(--color-white);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: var(--font-size-h2-smaller);
    line-height: 45px;;
    margin: 0 auto 50px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 585px;
}

.pdr-content-grid-with-icons-blocks {
    display: grid;
	grid-template-columns: repeat(3, calc((100% - 112px) / 3));
	gap: 56px;
    margin: 0 auto;
    max-width: 100%;
    width: 1130px;
}

.pdr-content-grid-with-icons-content h3 {
    color: var(--prodog-yellow);
    font-size: 35px;
    margin-bottom: 30px;
}

.pdr-content-grid-with-icons-content p {
    color: var(--color-white);
    font-size: var(--font-size-lg);
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}

.pdr-content-grid-with-icons-icon {
    margin-bottom: 35px;
    text-align: center;
}

.pdr-content-grid-with-icons-left {
    background: url("../../assets/img/homepage-ret.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 364px;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: -900px;
    width: 879px;
}

.pdr-content-grid-with-icons-right {
    background: url("../../assets/img/homepage-rott.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -100px;
    height: 500px;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: -909px;
    width: 930px;
}

@media (max-width: 1499px) {

    .pdr-content-grid-with-icons-blocks {
        display: block;
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pdr-content-grid-with-icons-block {
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }

    .pdr-content-grid-with-icons-left {
        left: -700px;
    }

    .pdr-content-grid-with-icons-right {
        right: -700px;
    }

}

@media (max-width: 1199px) {

    .pdr-content-grid-with-icons {
        padding: 75px 20px 120px;
    }

    .pdr-content-grid-with-icons-left {
        left: -800px;
    }

    .pdr-content-grid-with-icons-right {
        right: -800px;
    }

}

@media (max-width: 899px) {

    .pdr-content-grid-with-icons-blocks {
        display: block;
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pdr-content-grid-with-icons-block {
        width: 350px;
        margin: 0 auto;
        max-width: 100%;
    }

    .pdr-content-grid-with-icons-left {
        left: -630px;
    }

    .pdr-content-grid-with-icons-right {
        right: -630px;
    }

}

@media (max-width: 767px) {

    .pdr-content-grid-with-icons {
    	padding: 35px 20px 65px;
    }

    .pdr-content-grid-with-icons-left,
    .pdr-content-grid-with-icons-right {
        display: none;
    }

    .pdr-content-grid-with-icons-content h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .pdr-content-grid-with-icons-content p {
    	font-size: 18px;
    	line-height: 24px;
    }

    .pdr-content-grid-with-icons-icon {
        margin-bottom: 25px;
    }

    .pdr-content-grid-with-icons-icon img {
        width: 60px;
    }

    .pdr-content-grid-with-icons h3 {
    	line-height: 30px;
    }

    .pdr-content-grid-with-icons h2 {
    	line-height: 23px;
    	margin-bottom: 5px;
    }

}
