.paytabs-images img {
    width: 40px; /* Adjust the size */
    margin-right: 10px; /* Add spacing between logos */
    vertical-align: middle;
}
.tax-display {
    font-size: 0.8em; /* Adjust the size as necessary */
}
.engraved-text {
    color: #666; /* Base color for the text */
    text-shadow:
        1px 1px 2px #000, /* Darker shadow for engraving */
        -1px -1px 2px rgba(255, 255, 255, 0.5); /* Lighter shadow for depth */
    font-weight: bold; /* Optional: Makes the text stand out more */
}

.engraved-text {
    background-color: #666666;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 3px 5px 1px rgba(245, 245, 245, 0.5);
    font-size: 0.8rem;
  }

