.infoCard {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.separator {
    height: 2px;
    background-color: #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
