.test-reports {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    padding-top: 3.5rem;
}

.test-reports img {
    width: 97%;
    height: 100%;
}

@media screen and (max-width: 875px) {
    .test-reports {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}