.popupConfirmKeyword .flex--center {
    display: flex;
    justify-content: space-around;
}

.popupConfirmKeyword .button--resize {
    padding: 0 35px;
}

.popupConfirmKeyword.popupNewFlow {
    margin: 0 10px;
}

.popupConfirmKeyword .keyword--style {
    font-weight: 600;
    font-size: unset;
}

.emailSimplerStep .popup__jobinfo__title {
    display: none;
}

.emailSimplerStep.cardFix {
    height: auto;
}

.emailSimplerStep. main-text {
    font-weight: 700;
    font-size: 1.2rem;
}

.popupNewFlow.popupConfirmKeyword {
    height: auto;
}

.popupConfirmKeyword .card__header__snippet {
    display: none;
}

.popupConfirmKeyword .card__header__title {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
}


