.module-reports-and-results-wrapper .report-content-box{
	background-color: var(--mono1);
    padding: 52px 60px 43px 60px;
    /*box-shadow: var(--shadow);*/
}
.module-reports-and-results-wrapper .results_content_box{
	padding: 52px 80px 43px 60px;
}
.module-reports-and-results-wrapper .results_content_box .results-item:not(:first-of-type), .report-content-box .reports-items:not(:first-of-type){
	margin-top: 22px;
}
.report-content-box .reports-items{
	padding-bottom: 8px;
	border-bottom: 1px solid var(--se-300);
}
.report-content-box .reports-items .icon-pdf-download{
	font-size: 30px;
}
.module-reports-and-results-wrapper .results_content_box.gradient-mono-linear:before{
	content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: var(--base-transition);
    background: var(--pr-900);
    opacity: 1;
    visibility: visible;
}
/*.module-reports-and-results-wrapper .results_content_box.gradient-mono-linear:after{
    background: linear-gradient(225deg, rgba(57, 57, 57, 0.0001) 0%, rgba(57, 57, 57, 0.7) 69.24%, rgba(0, 0, 0, 0.9) 100%);
} */
.module-reports-and-results-wrapper .results_content_box .results-item .cta span.link_text{
	/*letter-spacing: 3px;*/
    /*text-transform: uppercase;*/
}

@media screen and (max-width: 991.98px){
	.module-reports-and-results-wrapper .results_content_box, .module-reports-and-results-wrapper .report-content-box{
		padding: 32px 30px;
	}
}
@media screen and (max-width: 767.98px){
	.module-reports-and-results-wrapper .results_content_box, .module-reports-and-results-wrapper .report-content-box{
		padding: 30px;
	}
}
@media screen and (max-width: 575.98px){
	.module-reports-and-results-wrapper .results_content_box{
		margin-top: 30px;
	}
}