.at-newsLetter {
    position: relative;
    height: 100%;
    background-color: #af1421;
}

.at-newsLetter__content {
    padding: 1.25em;
    z-index: 1;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.at-newsLetter__content::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}

.at-newsLetter__content p:last-child {
    margin-bottom: 0;
}

.at-newsLetter__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
