.info_sections {
    padding: 35px 0px;
    margin-top: 35px;
    border-color: var(--border-color) !important;
    border: solid;
    border-width: 1px 0px;
    margin-bottom: 35px;
}

@media (min-width: 850px) {
    .column_text {
        padding: 0px 5em !important;
    }
}
.how_to .step-image-1 {
    width: auto;
    height: 84px;
}

.how_to .step-image-2 {
    width: auto;
    height: 84px;
}

.how_to .step-image-3 {
    width: auto;
    height: 58px;
}

.how_to {
    display: grid;
    gap: 25px;
}

.how_to h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.how_to h4 strong {
    background: #3fa03b;
    width: 25px !important;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white !important;
    font-size: 15px;
    font-weight: 700;
    flex: 0 0 25px;
}

.how_to p {
    margin: 0px !important;
}
.how_to .large-4 {
    padding-bottom: 0px !important;
}

.step-item {
    display: flex;
    align-items: anchor-center;
    gap: 24px;
}

.how_to .step-image {
    display: block;
    flex: 0 0 auto;
    align-self: center;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.how_to .step-text {
    min-width: 0;
}

.how_to .step-text h4 {
    justify-content: flex-start;
    margin-bottom: 8px;
}

.how_to .step-text p {
    margin: 0 !important;
}

@media (max-width: 549px) {


    .how_to .step-item {
        align-items: center;
        gap: 16px;
    }
}
