.modal {
    padding: 30px !important;
    border-radius: 0 !important;
}
.modal h2 {
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
.modal button {
    background: #97da20;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    border: 0;
    transition: all 0.25s ease-in-out;
}
.modal button:hover {
    color: #ffffff;
    background: #202020;
}
.modal.home-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.modal.home-modal h2 {
    margin: 2rem 0;
    font-weight: normal;
}
.modal.home-modal .modal-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.modal.home-modal a {
    text-decoration: none;
    padding: 10px;
    transition: all 0.25s ease-in-out;
    width: 280px;
    text-transform: uppercase;
    background: #202020;
    color: #ffffff;
}
.modal.home-modal a:hover {
    background: #97da20;
    color: #000000;
}

.modal img {
    margin-bottom: 20px;
}
