.repo-page-vector {
    left: auto;
    right: -125px;
}

#report_section {
    margin-top: 350px;
}

#report_section .section-title-content {
    margin: 0 0 40px;
}

#report_section .section-title-content img {
	right: auto;
	left: -150px;
	top: -130px;
	width: 30%;
}

#report_section .section-title-content .section-title {
    font-size: 165px;
}

#report_section .section-desc {
    margin: 0;
}

@media (max-width: 1200px) {
    #report_section .section-title-content img {
        top: -100px;
        width: 35%;
    }
}

@media (max-width: 991px) {
    #report_section .section-title-content img {
        width: 55%;
    }
}

@media (max-width: 767px) {
    #report_section .section-title-content img {
        top: -100px;
        width: 60%;
    }
    #report_section .section-title-content .section-title {
        font-size: 145px;
    }
    #report_section {
        margin-top: 200px;
    }
}

@media (max-width: 576px) {
    #report_section .section-title-content img {
        top: -100px;
        width: 300px !important;
    }
    #report_section .section-title-content .section-title {
        font-size: 100px;
    }
}