
.bangen_features_container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 280px);
    column-gap: 32px;
    row-gap: 32px;
    padding-top: 32px;
}

.bangen_feature_item {
    display: flex;
    column-gap: 12px;
}

.bangen_feature_item .feature_icon {
    display: flex;
    align-items: flex-start;
    min-height: 115px;
    padding-bottom: 24px;
    margin-right: 16px;
    width: 90px;
}

.bangen_feature_item .feature_icon svg {

    width: 90px;
}

.bangen_feature_item .feature_name {

    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 700;
    color: #515050;
}

.bangen_feature_item .feature_text {

    line-height: 1.6;
    padding-top: 12px;
    font-size: 16px;
    color: #515050;
    margin-bottom: 1rem;
}

.bangen_features_btn {
    font-size: 17px;
    color: #595656;
    border: 2px solid #898C9B;
    padding: 8px 32px;
}
.hero_actions a.btn.bangen_features_btn {
    font-size: 17px;
    color: #595656;
    border: 2px solid #898C9B;
    padding: 8px 32px;
}

.hero_actions a.btn.bangen_features_btn:hover {
    transform: translate(4px, -3px);
    box-shadow: -8px 6px 0 rgba(204,204,204, 0.6);
}


.bangen_steps_item {

}
.bangen_steps_item .step_name {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 700;
    color: #515050;
}

.bangen_steps_item .step_text {
    line-height: 1.6;
    padding-top: 12px;
    font-size: 16px;
    color: #515050;
    margin-bottom: 1rem;
}

/* ===== MOBILE ========== */
@media (max-width: 767.99px) {

    bangen_steps_container {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .generator_how_section_note {
        text-align: left !important;
    }
    .console_example_container_padding {
        padding-bottom: 0 !important;
    }
}
/* ===== DESKTOP ========== */
@media (min-width: 768px) {
    .bangen_steps_container {
        display: flex;
        justify-content: space-between;
        column-gap: 32px;
    }
}