.popup-content {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(45,45,45,0.6);
    padding: 5% 0;
}

.popup-box {
    margin: 0 auto;
    max-width: 100%;
    width: 848px;
    border: 10px solid var(--color-blue-light);
    background: #fff;
    text-align: center;
}

.popup-box .description {
    padding: 40px 40px 40px 40px;
}

.popup-box .txt {
    font-size: 22px;
}

.popup-box .txt p {
    margin-bottom: 15px;
}

.popup-box .button-box {
    padding-top: 18px;
}

.popup-box .btn-2 {
    width: 374px;
    max-width: 100%;
}