.review-steps-section {
    width: 100%;
    max-width: 790px;
    margin: 50px auto
}

.review-steps-section .how-we-review h2 {
    font-size: 29px;
}

.point {
    background: #f5f5f5;
    padding: 38px 35px 11px 45px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.how-we-review-header h3 {
    display: flex;
}

.point h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    line-height: 22px;
    color: #1B1A25
}

.how-we-review-header h3 span {
    margin-top: -6px;
}

.point h3 span {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    background: #fff;
    min-width: 33px;
    height: 33px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 12px;
}

.review-steps-section p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #5F5F5F;
}

.point:hover span {
    background: #49B837;
    color: white;
    transition: 0.5s
}

.point span {
    transition: 0.5s
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .review-steps-section {
        margin: 50px auto;
        padding: 0px 50px
    }
}

@media only screen and (max-width: 600px) {
    .review-steps-section {
        margin: 50px auto;
        padding: 0px 20px;
    }

    .review-steps-section p {
        font-size: 17px;
        line-height: 27.2px;
    }

    .review-steps-section .how-we-review-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }
}
