.newsletterWrapper{
    padding:20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    text-align:center;
    color:white;
    margin: 10px 0 0;
    position: relative;
}
.newsletterWrapper h3 {
    font-family: "Museo Sans",Arial,sans-serif;
    font-weight:700;
    font-size: 30px;
    margin-bottom:10px;
    color:white;
}
.newsletterWrapper p {
    color:white;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}

.newsletterWrapper__image {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: contain";
}
