.contact-icon-wrapper {
    width: 42px;
    height: 42px;
    border: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 8px;
}

.contact-link {
    font-family: 'Sofia Pro', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: none;
    color: var(--avagreen);
    text-decoration: underline;
}

.byASeE {
    box-shadow: none !important;
}
