.used-for__box {
    div {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        margin-bottom: 1em;
    }

    h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        margin-bottom: 9px;
    }

    h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        margin-bottom: 9px;
    }

    h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        margin-bottom: 9px;
    }

    ul li {
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        padding-left: 40px;
        position: relative;
        display: block;
    }

    ul li:after {
        position: absolute;
        height: 2px;
        width: 25px;
        background-color: #55b034;
        left: 0;
        top: 20px;
        transform: translateY(-50%);
        content: "";
    }

    ul {
        margin-bottom: 2em;
    }
}

.results2 .box {
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -.01em;
    color: #4f4f4f;
}

@media (max-width: 1599px) {
    .results2 .box {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 690px) {
    .results2 .box {
        font-size: 22px;
        line-height: 30px;
    }
}