.pdr-resource-links {
    background: var(--prodog-yellow);
    min-height: 655px;
    padding: 135px 0;
    position: relative;
}

.pdr-resource-links h2 {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-resource-links .pdr-container{
    width: 1160px;
}

.pdr-resource-links .pdr-watermark-top {
    background: url("../../assets/svg/pdr-watermark-top-yellow.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: calc(100%);
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 1325px;
}

.pdr-resource-links-image {
    background: url("../../assets/img/resources.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -130px;
    height: 532px;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: -700px;
    width: 682px;
}

.pdr-resource-links-blocks {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
	gap: 16px;
}

.pdr-resource-links-block h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-heavy);
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-resource-links-block li {
    margin-bottom: 15px;
}

.pdr-resource-links-block li a {
    align-items: center;
    background: var(--color-black);
    border: none;
    border-radius: 30px;
	color: var(--color-white);
    cursor: pointer;
    display: flex;
	font-size: var(--font-size-btn);
	font-weight: var(--font-weight-btn);
	font-family: var(--heading-font-family);
    justify-content: space-between;
    height: 53px;
    line-height: 1;
	padding: 15px 15px 15px 35px;
	margin-bottom: 0;
    max-width: 100%;
    text-decoration: none;
    transition: var(--transition-medium);
    width: 100%;
}

.pdr-resource-links-block li a:hover {
    background: var(--prodog-bright-green);
}

@media (max-width: 1399px) {

    .pdr-resource-links {
        padding: 135px 20px;
    }

    .pdr-resource-links .pdr-container {
        max-width: 100%;
    	width: 800px;
    }

    .pdr-resource-links-block h3 {
    	font-size: 22px;
    }

}

@media (max-width: 999px) {

    .pdr-resource-links-image {
        display: none;
    }

}

@media (max-width: 767px) {

    .pdr-resource-links {
    	min-height: auto;
    	padding: 35px 20px;
    }

    .pdr-resource-links h2 {
    	margin-bottom: 50px;
    }

    .pdr-resource-links-block h3 {
    	margin-bottom: 25px;
    }

    .pdr-resource-links-blocks {
    	grid-template-columns: repeat(1, 100%);
        gap: 40px;
    }

    .pdr-resource-links-block li a {
        border-radius: 40px;
    	height: auto;
        line-height: 1.2;
        min-height: 53px;
    }

    .pdr-resource-links h2 {
    	font-size: 27px;
        margin-bottom: 30px;
    }

    .pdr-resource-links-block h3 {
    	font-size: 20px;
    }

}
