h2 {
font-size: 1.3rem;
}
[data-gr="popup-container"] div {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}
#popmake-10784 {
border: none;
padding: 0;
border-radius: 0;
}
#popmake-10784 .pum-content {
display: flex;
flex-direction: row;
}
#popmake-10784 .pum-content .right {
width: 50%;
padding: 5%;
}
#popmake-10784 .pum-content .left {
width: 50%;
background-position: center center;
background-size: cover;
}
#popmake-10784 .pum-content .popup-button {
padding: 1.15em 2.1em;
background-color: #003665;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-top: 1.15em;
display: inline-block;
color: #fff;
}
#popmake-10784 .pum-content p {
color: rgba(0, 0, 0, 0.5);
font-weight: 500;
}
@media screen and (max-width: 768px) {
#popmake-10784 {
width: 90% !important;
}
#popmake-10784 .pum-content {
flex-direction: column;
align-items: center;
}
#popmake-10784 .pum-content .right {
width: 100%;
}
#popmake-10784 .pum-content .left {
min-height: 400px;
width: 100%;
}
}