.pum-theme-302 .pum-container{
    display: inline-flex;
    padding: 50px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
    width: 875px!important;
}
.pum-container .pum-title {
    color: #003F64;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
}
.pum-theme-302 .pum-content {
    color: #003F64;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    align-self: stretch;
}
.pum-theme-302 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close {
    background: url(../assets/images/menu-icon--close.svg);
    width: 32px;
    height: 32px;
    border: 0;
    top: 30px;
    right: 15px;
    font-size: 0;
}
.content-popup-close{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Blue, #0D5581);
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    border: none;
    width: 100%;
    margin-top: 40px;
}
.pum-overlay {
    background-color: rgba(13,85,119,0.9);
}
.pum-content p:not(:nth-child(1)) {
    margin-top: 10px;
}

@media (max-width: 1169px) {
    .pum-theme-302 .pum-container {
        padding: 40px 20px;
        width: calc(100% - 15px * 2)!important;
    }
    .pum-container .pum-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .pum-theme-302 .pum-content {
        font-size: 14px;
        line-height: 20px; /* 162.5% */
    }
    .content-popup-close{
        margin-top: 20px;
    }
}