#popmake-1090.pum-container{
    max-width: 500px!important;
}

body .pum-theme-1085 .pum-container, .pum-theme-lightbox .pum-container{
    border: none;
    box-shadow: 0px;
}

.pum-theme-1085 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
    background-color: white!important;
    color: black!important;
    line-height: 1;
}

.popmake-content{
    padding-top: 20px;
    max-height: 80vh!important;
    overflow-y: auto!important;
}

.pum-content p{
    margin-top: 0!important;
    line-height: 1.5;
}

.pum-content a{
    white-space: nowrap;
}

button.pum-close {
    font-size: 15px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.pum-container{
    max-width: 40%!important;
}

.pum-title{
    font-family: "Open Sans", sans-serif !important;
    font-size: 30px !important;
    line-height: 32px !important;
    color: #80bfb4 !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 768px){
    .pum-container{
        max-width: 100%!important;
    }
    .pum-title{
        font-size: 20px !important;
    }
}