.newsletter-template-ct {
    width: 100%;
    max-width: 635px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 0 10px;
}

.newsletter-template-title-ct {
    margin: 0 0 28px 0;
}

.newsletter-template-title-ct p {
    font-size: 25px;
    font-family: Temeraire;
    margin: 0;
}

.newsletter-template-subtitle-ct p {
    font-size: 16px;
    font-family: Temeraire;
    margin: 0;
}

.newsletter-form-template-wr {
    position: relative;
    width: 100%;
    max-width: 545px;
    background-color: #E6F0FF;
    margin: 44px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 44px 0;
    border-radius: 15px;
}

.newsletter-template-img-1,
.newsletter-template-img-2 {
    position: absolute;
}

.newsletter-template-img-1 {
    top: 51px;
    left: -40px;
}

.newsletter-template-img-2 {
    top: 0;
    right: -40px;
}

@media (max-width: 768px) {
    .newsletter-form-template-wr {
        max-width: 300px;
    }

    .newsletter-template-ct {
        height: 720px;
    }

    .newsletter-form-template-wr {
        padding: 44px 10px 100px 10px;
    }

    .newsletter-template-img-1 {
        top: 236px;
        left: 40px;
    }

    .newsletter-template-img-2 {
        top: 285px;
        right: 50px;
    }
}

@media (max-width: 420px) {}
