Can I rearrange color swatches into two rows on my product page?

Is it possible to move two color swatches. I have 4 and instead of having them horizontal in a row, I’d like for two to be on top, and two on bottom. Hopefully I can squeeze a title above the second row of swatches. Here is the example below.

Here is my product

https://shop.eluwastudio.com/products/misoli-wreath

hi @JhordanMSUITE

Add this code at the bottom of Theme > Edit code > assets > base.css file

@media screen and (min-width: 767px) {
	.product__form-block--options-inline .swatch {
     width: 12%;
	}
}

Try it and let me know

Hey I was wondering if youre available for custom coding? Id like this same effect but with 6 rows