.section-quote {
    min-height:405px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    text-align: center;
    position: relative;
    background: #fff4e9 url('../../images/newsletter-bg.png');
}

.section-quote:before,
.section-quote:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #682453;
}

.section-quote:after {
    right: 0;
    bottom: 0;
}

.section-quote:before {
    width: 30px;
    height: 30px;
    right: 45px;
    bottom: 45px;
}

.section-quote span {
    width: 171px;
    height: 281px;
    border: 5px solid #682453;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-quote p {
    font-size: 42px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
    padding: 0;
    max-width: 995px;
    margin: 0 auto;
    line-height: 1.2;
    position: relative;
    z-index: 99;
}

.section-quote .tnp-email {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #c5c5c5 !important;
    padding: 15px 25px !important;
    min-height: 54px !important;
    transition: all 300ms ease-out 0s !important;
    background-color: #fff !important;
}

.section-quote .tnp-submit {
    font-size: 14px !important;
    color: #fff !important;
    padding: 18px 30px 18px 30px !important;
    border: 1px solid #682453 !important;
    background: #682453 !important;
    text-transform: uppercase !important;
    position: relative !important;
    display: inline-block !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    margin-top: 30px !important;
}


@media (max-width: 992px) {
    .section-quote {
        min-height: 405px;
    }

    .section-quote p {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .section-quote {
        min-height: 295px;
        padding: 60px 0;
    }

    .section-quote span {
        width: 135px;
        height: 215px;
    }

    .section-quote p {
        font-size: 24px;
    }

    .section-quote:before,
    .section-quote:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: #682453;
    }

    .section-quote:after {
        right: 0;
        bottom: 0;
    }

    .section-quote:before {
        width: 20px;
        height: 20px;
        right: 30px;
        bottom: 30px;
    }
}