Apologies for any language errors in advance. I'm facing an issue where my website appears differently on Safari or Chrome on iOS/MacOS compared to Windows 10 or Android devices.
If you observe the List of Receiving Countries in the images provided:
Below are the CSS properties for the LIST OF RECEIVING COUNTRIES section:
width: 336px;
color: #48a9b5;
text-transform: uppercase;
text-align: center;
font-size: 24px;
font-family: "GothamLight";
background-color: white;
display: block;
border-radius: 10px;
margin: 0 auto;
padding: 15px 30px;
position: absolute;
top: -50px;
left: calc(50% - (336px / 2));