.remodal-is-initialized{
    background: #0B5757;
    color: white;
}
.remodal{
    padding: 35px 90px;
}
.pu_title{
    font-size: 57px;
    margin-bottom: 20px;
}
.pu_content{
    margin-bottom: 50px;
}
.pu_button a{
    color: black;
    background: #D3D627;
    padding: 12px 30px;
    border-radius: 8px;
}
.remodal-overlay{
    background: rgba(43, 46, 56, 0.8);
}
@media screen and (max-width: 574px) {
    .remodal{
        padding: 35px 30px;
    }
}