.et_pb_section .et_pb_row .trendy_buttons_parent .trendy-buttons .trendy_button.et_pb_module {
    margin-bottom: 0;
    display: inline-block;
}

.trendy_buttons_parent .trendy-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.trendy_button .trendy-button {
    border-style: solid;
}

.trendy_button .et_pb_button,
.trendy_button .trendy-button {
    display: inline-flex;
}

.trendy_button .span.text {
    display: inline-block;
}

.trendy_button span.trendy-icon {
    font-family: 'ETmodules';
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    height: 1em;
    transition: all 0.3s ease;
}

.trendy_button span.trendy-icon img {
    display: inline-block;
    height: 100%;
    width: auto;
}
