How can I correctly align payment logos on my online store's footer?

I have added payment logo’s to the footer of my Shopify store by using code. The allignment is all wrong though. It needs to be next to each other and not under and in the middle. Please could someone assist. www.theperfecttouch.co.za. The below is what I currently have:

{{ powered_by_link }}

{% if section.settings.display_payment_methods %}

{% assign enabled_payment_types = 'visa,master,payflex,mobicred,payfast_instant_eft,zapper' | remove: ' ' | split: ',' %} {% for type in enabled_payment_types %}
{{ type | payment_type_svg_tag: class:'payment-icon' }} {% endfor %}

@Mareze Go to assets/styles.scss.css and paste below css at bottom of file.

.payment_methods
{
width: 290px !important!
}

Thank you! all sorted