.show_more {
    margin-bottom: 38px;
}

    .show_more-viewport {
        overflow: hidden;
        transition: all .3s ease;
    }

    .show_more-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .show_more-btn {
        margin: 10px 10px 0;
        padding: 0;
        border: none;
        border-bottom: 1px dashed #c1c1c1;
        font-size: 16px;
        font-weight: normal;
        line-height: 23px;
        color: #c03c3c;
        background-color: transparent;
    }

        .show_more-btn:hover {
            border-bottom-color: transparent;
        }