How can I make the link text in a table smaller?

Hi,

The RESERVE text in the image below is too large on mobile and takes up two lines.

I would like to reduce the size of the text to about the size of the red frame in the image.
(It was not reflected in the default character change function.)

Even if you paste a link to the image and adjust the size, the inside of the table will become larger. Setting a link in the text will also make it larger.

I would also like to know how to narrow the space between the links so that each link text is closer to the image above.

please help me.
thank you.

Please check the following before it is published.

19964f-7b.myshopify.com

password: aolyia

The following problem that you previously told me did not resolve the issue.

@media only screen and (max-width: 358px) {
.hero__rte img {
margin-bottom: 0;
}

.hero__rte table a {
font-size: 0.050rem;
}

.hero__rte table tbody tr td {
line-height: normal;
}
}