.agents-content .stats-content {
    width: calc(100% - 426px);
    /* background-color: red; */
}

@media screen and (max-width: 990px) {
    .agents-content .stats-content  {
        width: 100%;
    }
}
.agents-content .stats-content div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray_l);
}

.agents-content .stats-content h2 {
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: 1px solid var(--gray_l);
    color: black;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
}

.agents-content .stats-content div span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
}

.agents-content .stats-content div span img {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    margin-left: 10px;
}