.enews {
     position: relative;
     padding-top: 202px;
     padding-bottom: 202px;
     display: flex;
     justify-content: center;
     /* background-color: lightgreen; */
     background-position: bottom;
     background-repeat: no-repeat;
}

.enews .newsletter {
    background-color: #edeae5;
    margin: 0 20px;
    padding-top: 6px;
    max-width: 835px;
    background-image: repeating-linear-gradient(135deg, #dc4e5a 0px, #dc4e5a 10px, transparent 10px, transparent 20px, #63639c 20px, #63639c 30px, transparent 30px, transparent 40px);
    /* padding: 23px; */
    /* margin-bottom: 202px; */
}

.enews .newsletter .inner{
    background: #ece9e3; width: 100%; height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.enews .background {
    position: absolute;
    object-fit: contain;
    bottom: 0;
    left: 0;
    z-index: -10;
    width: 100%;
        border: 1px solid red;
    max-height: 770px;
 
}

.enews .background img {
    width: 100%;
}

.enews .mail-horse {
    width: 190px;
    margin-top: -55px;
    margin-bottom: 26px;
    filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .3));
}

.enews .form {
    margin: 0 auto;
    max-width: 640px;
}

.enews .title {
    margin-bottom: 18px;
    font-size: 1.2rem;
    line-height: 1.16;
    text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 2px;
    color: #003399;
    font-family: shackleton-narrow,serif;
    text-align: center;
}

.enews .subtitle {
    font-size: 16px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: open-sans,sans-serif;
    font-weight: 500;
    line-height: 26px;
    text-rendering: optimizeLegibility;
    margin-bottom: 16px;
}

.enews .form-field {
    margin-bottom: 35px;    
}

.enews .field-name {
    display: block;
    margin-bottom: 5px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.enews .field-control {
    margin: 0;
    font-size: 20px;
    padding: 1.75rem .5rem;
    border: 1px solid #003399;
    max-width: 405px;
}

.enews .field-control::placeholder{
    color: transparent;
}

.enews .field-control:focus {
    outline: none;
    box-shadow: 0 0 0 1px #003399;
}

.enews .submit {
	margin-bottom: 0;
	padding: 1.2rem 2rem;
	font-size: 1rem;
	color: #fff;
	border: none;
    background-color: #003399;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 486px) {
    .enews .background {
        max-height: 680px;
    }
     .enews .submit {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
        width: auto;
    }

    .enews .wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 85px ;
    }

    .enews .submit,
    .enews .field-control {
        height: 60px;
    }

    .enews .form-field,
    .enews .submit {
        margin-bottom: 0;
    }
    .enews .mail-horse {
        margin-top: -80px;
    }
}

@media screen and (min-width: 641px) {
    .enews {
        background-size: cover;
    }
}

@media screen and (min-width: 800px) {
    .enews .mail-horse {
        margin-top: -122px;
    }
}

@media screen and (min-width: 1440px) {
    .enews .newsletter {
        width: 875px;
    }

    .enews .mail-horse {
        width: 250px;
    }

    .enews .title,
    .enews .subtitle {
        max-width: 560px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .enews .wrapper {
        width: 100%;
    }

    .enews .field-control,
    .enews .form-field {
        width: 100%;
    }
    .enews .field-control {
        max-width: unset;
    }

    .enews .submit {
        width: 255px;
    }
}