.find-a-store {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.newsletter {
    padding: 3rem 0;
    background-image: url('../../assets/images/newsletter-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletter__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 36.25rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: var(--bg-white-color);
}

.newsletter__logo {
    width: 11.8rem;
    height: 11.8rem;
    margin-bottom: 2.5rem;
}

.newsletter__title {
    margin-bottom: 2.5rem;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

.newsletter__description {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.2;
}

@media (min-width: 767px) {
    .newsletter {
        padding: 7.5rem 0;
    }

    .newsletter__title {
        margin-bottom: 1.5rem;
    }

    .newsletter__description {
        margin-bottom: 1rem;
        line-height: 1.4;
    }
}