
.popup-new.alert {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    width: 420px;
}

.alert__title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.popup-new.alert .style3 {
    font-family: Noto Sans, Helvetica, Arial, sansSerif;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width: 1000px) {
    .alert__title {
        font-size: 32px;
        line-height: 38px;
    }

    .popup-new.alert {
        z-index: 1000;
    }
}
