.featured_text {
    font-size: 22px;
    font-weight: 600;
}

.featured_text .green-text {
    color: #6FBF44;
}

.listed_items .number {
    background: linear-gradient(to bottom, #7DC456, #19B786);
    color: #fff;
    border-radius: 50%;
    font-size: 38px;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 66px;
}

.listed_items .list-title {
    margin-left: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    max-width: 300px;
}

.listed_items .numbered-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.listed_items .content {
    margin-top: 28px;
    font-size: 16px;
     margin-bottom: 48px;
}

.listed_items .list-column:nth-child(2n) {
    margin-top: 50px;
}

@media (min-width: 992px){
    .listed_items .list-column {    
        width: 48%;
        padding-right: 30px;
       
    }
}