.geo-flex-container {
    display: flex;
    align-items: center; /* This vertically centers the items */
    gap: 5px; /* Optional: Adds some space between the text and the image */
    width: 100%;
}

.geo-flex-container img {
    max-height: 25px;
}