.howto-table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #ccc;
    table-layout: fixed;
}

.howto-table tr {
    border-top: 1px solid #ccc;
}

.howto-table th {
    background: #898989;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.howto-table th, .howto-table td {
    font-size: 15px;
    padding: 4px 3px;
}

.howto-table td {
    width: 36%;
    border: 1px solid #ccc;
    text-align: center;
}

.howto-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.howto-table td img {
    width: 100%;
    max-width: 200px;
}

.howto-flex-left > div:first-child {
    width: 350px;
}

.howto-flex-left > div:first-child.howto-form-bell {
    width: 520px;
}

.howto-form-bell ol {
    display: flex;
    gap: 0px;
}

.howto-form-bell ol li {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.howto-form-bell ol li img {
    height: 140px;
    width: auto;
    /* margin-top:10px; */
    max-width: 93px;
}

.howto-form-bell ol li + li {
    position: relative;
}

.howto-form-bell ol li + li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 11px 20px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    left: -3px;
    top: 50%;
}

.howto-form-bell ol li p {
    margin-bottom: auto;
}