.redirect-buttons{
    display: flex;
    flex-direction: row;
    padding: 34px;
    justify-content: space-between;
}

.minwidth220{
    min-width: 220px;
}

.invr-modal .modal-body a {
    width: 50%;
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
}

.invr-modal .stay-btn{
    background-color: #f6f6f6;
}


@media only screen and (max-width: 1023px) {
    .invr-modal .modal-body {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 800px) {
    .invr-modal .usa_image {
        width: 195px !important;
        margin: 0 auto;
    }
    .invr-modal .eu_image {
        width: 210px !important;
        margin: 0 auto;
    }
}
