.contact-card-wrapper {
    display: flex;
    gap: 8px;
    flex-direction: column;
    background-color: var(--color-secondary);
    padding: 24px;
    border-radius: 10px;
}

.contact-card__title {
    font-weight: 800;
    font-size: 18px;
}

.contact-card__description {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width: 999px) {
    .contact-card__description {
        font-size: 16px;
        font-weight: 400;
    }
}
/* Trigg a 435px */