
.content-under-steps.sb-block {
    background-color: #F7F8F9;
}

@media (min-width: 992px) {
    .content-under-steps.sb-block .section__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .content-under-steps.sb-block .section__wrapper > * {
        width: 100%;
    }
    .content-under-steps.sb-block .section__wrapper > p {
        width:calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .content-under-steps.sb-block h2 {
        font-size: 26px;
    }
    .content-under-steps.sb-block .section__wrapper p {
        font-size: 14px;
    }
}
/**/

.content-under-steps.sb-block table {
    margin-left: -10px;
    margin-right: -10px;
    width:calc(100% + 20px)!important;
}
.content-under-steps.sb-block tbody {
    width: 100%;
    display: block;
}

.content-under-steps.sb-block tr {
    display: flex;
    height: auto !important;
}
.content-under-steps.sb-block td {
    display: block;
    height: auto !important;

    padding:0 10px;
    background-clip: content-box;
    background-color: #fff;
    border-bottom: none;

    /*min-width: 250px;*/
}
.content-under-steps.sb-block td img {
    display: block;
    margin: auto;
}
.content-under-steps.sb-block tr:first-child td img {
    padding:20px 20px 15px;
    border-bottom: 1px solid #EDEDED;
}
.content-under-steps.sb-block tr:nth-child(n + 2) td img {
    padding:15px 20px 20px;
}
.content-under-steps.sb-block tr:first-child td {
    border-bottom: none;
}
@media (max-width: 1209px) {

    .content-under-steps.sb-block td {
        min-width: 250px;
    }
}