.market-page {
    padding-top: 120px;
    max-width: 85%;
}

.analysis-header p {
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
}

.report-box {
    background-color: rgba(227, 234, 244, 0.2);
    border-radius: 12px;
    padding: 24px;
    /* height: 274px; */
}

.report-box .report-content {
    flex: 1;
}

.report-box .report-image {
    width: 200px;
    height: 200px;
}

.report-box .report-image, .report-box .report-image img {
    border-radius: 12px;
}

.report-box .report-title {
    font-size: 20px;
}

.report-box .read-report {
    font-size: 14px;
    color: rgba(0, 122, 255, 1);
}

.report-box .report-content p {
    line-height: 200%;
    font-size: 14px;
}

.load-report {
    color: rgba(0, 122, 255, 1);
}

@media (max-width: 1179.98px) {
    .market-page {
        max-width: 90%;
    }
}

@media (max-width: 767.98px) {
    .report-box .report-image {
        width: 100%;
    }
    .report-box .report-image img {
        object-fit: cover;
    }
    .report-content p {
        text-align: justify;
    }
}

[dir="rtl"] .read-report .ti {
    transform: rotate(180deg);
}

