.newsletter .background-img {
    height: 100%;
    background-size: cover;
}
@media (max-width: 767.98px) {
    .newsletter .background-img {
        height: 400px;
    }
}
.newsletter .background-color {
    color: white;
    background-color: #4fa89b;
}
.newsletter .policiesInfo {
    color: #fff !important;
}
.newsletter .policiesInfo a {
    text-decoration: underline;
    color: inherit !important;
    transition: all ease-in-out 150ms;
}
.newsletter .policiesInfo a:hover {
    opacity: 0.7;
}
