.listModal {
    padding-bottom: 13rem;
    display: flex;
    justify-content: center;
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
}

    .modal-content h5 {
        text-align: right;
    }
