.financial_reports_wrapper .financial_report_item i{
    font-size: 30px;
    margin-right:15px;
}
.financial_reports_wrapper .financial_report_item .pdf-download{
    margin-right: 10px;
    background: var(--mono2);
    padding: 12px 24px;
    border-radius: 30px 30px;
    font-weight: 700;
}
.financial_reports_wrapper .financial_report_item_wrapper [class*="col-"]:nth-child(n + 4){
    margin-top: 70px;
}
@media screen and (max-width: 991px) {
    .financial_report_item_wrapper .financial_report_item img {
        height: auto;
        width: 100%;
	} 
}
@media screen and (max-width: 767px) {
    .financial_reports_wrapper .financial_report_item_wrapper [class*="col-"]:nth-child(n + 3){
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .financial_reports_wrapper .financial_report_item_wrapper [class*="col-"]:nth-child(n + 2){
        margin-top: 30px;
    }
}