.custom-enews {
    margin-bottom: 20px;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;

}
.custom-enews form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-enews .callout {
    display: none;
}
.custom-enews .custom-button {
    width: 80%;
}
.custom-enews .custom-button button {
    padding:10px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-family: Avenir LT W01_55 Roman1475520;
}
.custom-enews .custom-button .button-link {
    color: #fff;
    height: 42px;
}
.custom-enews .custom-button .button-link i {
    padding: 4px;
}
.custom-enews .custom-input {
    width: 80%;
    font-family: Avenir LT W01_55 Roman1475520;
}
.custom-enews .custom-input input {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #ccc;
    font-size: 1rem;
}
@media (min-width: 641px) {
    .custom-enews .callout {
        display: block;
        font-family: 'Avenir LT W01_55 Roman1475520';
        color: black;
        font-size: 22px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
@media (min-width: 64em) {

    .custom-enews form {
        flex-wrap: nowrap;
        margin-right: 20px;
        
    }
    .custom-enews .custom-input {
        width: 50%;
    }
    .custom-enews .custom-input input {
        margin: 0;
    }
    .custom-enews .custom-button {
        width:50%;
    }
    .custom-enews .custom-button button {
        width: 100%;
        padding:10px;
        margin-left:10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1025px) {
    .custom-enews {
        padding-left: 80px;
        padding-right: 80px;
    
    }
}
@media (min-width: 1600px) {
    .custom-enews {
        padding-left: 40px;
        padding-right: 40px;
    
    }
}