.pum-container {
    padding: 75px 32px 25px !important;
}

.pum-container h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 30px;
    max-width: 540px;
    margin: 0 auto;
}

.pum-container .wpcf7 {
    max-width: 100%;
}

.pum-container .wpcf7 ::placeholder {
    color: #959595;
}

.pum-container .wpcf7 input {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 38px;
    padding: 0 15px;
    border: none;
    margin-bottom: 17px;
}

.pum-container .wpcf7 input[type="submit"] {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 46px;
    background: #13a89e;
    padding: 0 50px;
    border: #fff 1px solid;
    margin: 23px 0 50px;
}

.pum-container .wpcf7 input[type="submit"]:hover {
    background: #000;
}

.pum-container .footnote {
    font-size: 18px;
    font-size: 1.8rem;
    color: #e7e7e7;
    font-weight: 300;
    line-height: 1.2;
}

@media screen and (max-width: 500px) {
    .pum-container h2 {
        font-size: 30px;
        font-size: 3rem;
    }

    .pum-container .footnote {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
