.wc-cart-trust-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
	order: 2
}

.wc-cart-trust-images img {
    max-height: 40px;
    width: auto;
    display: block;
}