.roi-output-1__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.roi-output-1__title span {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #9eb2ff;
}

.roi-output-1__title {
    margin-bottom: 28px;
    text-align: left;
}

.roi-output-1__circle {
    width: 264px;
    height: 264px;
    position: relative;
}

.circular-chart {
    width: 100%;
    height: 100%;
}

.circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.circle {
    stroke-linecap: round;
    transform-origin: center;
    transform: rotate(0deg);
    transition: stroke-dasharray 1s ease-in-out, stroke-dashoffset 1s ease-in-out;
}

.roi-output-1 .elementor-icon-box-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: 600;
    font-size: 59px;
    letter-spacing: 0.02em;
    color: #f2f2f2;
    text-align: center;
    border-radius: 100%;
    background-color: #718CEB;
    width: 192px;
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;

}

@media screen and (max-width: 599.98px) {
    .roi-output-1__circle {
        width: 220px;
        height: 220px;
    }

    .roi-output-1 .elementor-icon-box-description {
        width: 150px;
        height: 150px;
    }

    .roi-output-1 .elementor-icon-box-description {
        font-size: 50px;
    }
}