.section_features_integrations {
    width: 100%;
    height: auto;
    padding: 20vh 0;
    box-sizing: border-box;
    padding-top: 60px;
}

.how_it_works_holder {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.how_it_works_item {
    display: flex;
    justify-items: center;
    vertical-align: middle;
    align-items: center;
    flex-shrink: 0;
    height: auto;
    padding: 20px 0;
    width: 240px;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 30px;
    background-color: #ececec;
    border-radius: 0px;
    border: 3px solid #474747;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.how_it_works_item_n_holder {
    background-color: #4169E1;
    border: 2px solid #4169E1;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    box-sizing: border-box;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: 800;
    font-family: "Red Hat Display";

}