cspgsl
Hi
In Torronto address as you can see the text is more, so it will take more space and push the other items in right side compare to NY address. you can use below code in custom css to force the contact element use a max width
.acm-contact-info .contact-follow .contact-inner {
max-width: 325px;
}