.newsletter {
    border-left: 1px solid #ccc;
    display: inline-block;
    min-width: 500px;
}

@media screen and (max-width: 768px) {
    .newsletter { min-width: unset; }
}