.report {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.report-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.report-img {
    width: 228px;
    height: 45.22px;
}

.report-img img {
    width: 100%;
    height: auto;
}

.report-info h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.4;
}

.report-info a {
    color: #13307E;
    text-decoration-line:underline;
}