.section {
    padding: 1.2rem 1.2rem;
    margin: 0rem -0.5rem;
    cursor: pointer;
    border-radius: 1rem;
}

.section p {
    font-size: 1.2rem;
    color: black;
    text-decoration: none;
    margin: 0;
}

.section p.label {
    margin: 0;
    font-size: 0.8rem;
    color: gray;
    font-weight: 100;
}

.section i {
    margin-right: 1.5rem;
    width: 1rem;
}
.section:hover {
    background: rgba(0, 0, 0, 0.02);
}

.modal-footer {
    border: none;
}

.modal-content {
    border: none;
    padding: 1rem 0.8rem 0.5rem 0.8rem;
    border-radius: 1rem;
}