.card {
    background: var(--card);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0.9, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: auto;
    position: relative;
    top: 30px
    
}

.contact {
    margin-top: 20px;
    font-size: 0.9em;
    color: #666;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--text);
    align-self: center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 12px;
    margin-bottom: -30px;
}

.logo {
    height: 10px;
    width: 20px;
}

.title p{
    font-size: 18px;
}

.icon-img {
    width: 26px;
    height: 26px;
    position: relative;
    left: -8px;
    bottom: -3px;
}