.download-report-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-report-img img {
    max-width: 100%;
    max-height: 240px;
    border: thin solid rgba(30, 73, 226, 0.5);
}