.contact-us-card {
    width: fit-content;
    background-color: #d7e3fc;
    border-radius: 0.75em;
    cursor: pointer;
    transition: ease 0.2s;
    border: 1.5px solid #2a2a2a;
}


.text-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    color: white;
}

.time {
    font-size: 0.875em;
    color: #a0a0a0;
}

.text-link {
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}

.button-wrap {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

.secondary-cta {
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 400;
    color: #b0b0b0;
    cursor: pointer;
}

.primary-cta {
    font-size: 15px;
    background-color: transparent;
    font-weight: 600;
    color: #3a8bff;
    border: none;
    border-radius: 1.5em;
    cursor: pointer;
}

button:hover {
    text-decoration: underline;
}

.right {
    display: flex;
    flex-direction: column;
    gap: 0.875em;
}
