.subscribe-form-state-success {
    /* All Media Sizes */
    display: none;
    margin: 0;
    /* display: flex; will be set in js*/
    flex-direction: column;
    align-items: center;


    /* Mobile Only */
    margin-top: 3rem;
}

.subscribe-form-state-success img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.subscribe-form-state-success-title {
    /* All Media Sizes */
    margin: 2rem 0 1rem 0;

    /* Mobile Only */
}

.subscribe-form-state-success-message {
    /* All Media Sizes */
    font-family: "Sans Source Pro", sans-serif;
    text-align: center;
    margin: 0;

    /* Mobile Only */
}

/* Styles for Tablets & Small Laptop Screens */
@media screen and (min-width: 768px) {
    .subscribe-form-state-success {
        margin-top: 5rem;
    }
}

/* Styles for Larger Desktop Screens */
@media screen and (min-width: 1200px) {}