.section-how-to-table {
    max-width: 790px;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto;
}

.section-how-to-table h2 {
    color: #1B1A25;
    margin-bottom: 30px !important;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    hyphens: auto;
    --webkit-hyphens: auto;
}

.section-how-to-table p {
    color: #4A4B54;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-how-to-table p:last-child {
    margin-bottom: 0;
}

.section-how-to-table .how-to-table-boxes-info {
    background-color: #E8E8E8;
    color: #5F5F5F;
    margin-top: 30px;
    margin-bottom: 23px;
    padding: 14px 41.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.section-how-to-table .how-to-table-boxes-info span {
    margin-right: 39px;
}

.section-how-to-table .how-to-table-boxes-info span:last-child {
    margin-right: 0;
}

.section-how-to-table .how-to-table-boxes-info span strong {
    color: #1B1A25;
    font-size: 14px;
    font-weight: 700;
}

.section-how-to-table .how-to-table-boxes-holder {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-img-holder {
    height: 245px;
    position: relative;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-img-holder span {
    background-color: #37269F;
    color: #FFFFFF;
    padding: 6px 32px;
    position: absolute;
    left: 0;
    bottom: 22.5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content {
    background-color: #E8E8E8;
    color: #1B1A25;
    padding: 30px;
    min-height: auto;
    height: 260px;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content h3 {
    margin: 0;
    margin-bottom: 18px;
    hyphens: auto;
    --webkit-hyphens: auto;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content p {
    margin: 0;
    overflow-y: scroll;
    max-height: 75%;
    scrollbar-width: thin;
}

@media only screen and (max-width: 600px) {
    .section-how-to-table h3 {
        font-size: 18px;
    }

    .section-how-to-table p {
        font-size: 17px;
        line-height: 29px;
    }

    .section-how-to-table .how-to-table-boxes-info span {
        margin-right: 0;
        margin-bottom: 13px;
        display: block;
    }

    .section-how-to-table .how-to-table-boxes-info span:last-child {
        margin-bottom: 0;
    }

    .section-how-to-table .how-to-table-boxes-info {
        padding: 14px 54px 14px 52px;
        font-size: 16px;
    }

    .section-how-to-table .how-to-table-boxes-holder {
        display: block;
    }

    .section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item {
        margin-bottom: 25px;
    }

    .section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item:last-child {
        margin-bottom: 0;
    }
}

.how-to-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4B54;
    font-weight: 400;
}
