.paw-patrol-message {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    justify-items: center;
}
.paw-patrol-message .paw-patrol-message-text, .paw-patrol-message .product-preview-message-footer {
    padding: 20px 10px 20px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: calc(100% - 20px);
    font-size: 14px;
}
.paw-patrol-message .product-preview-message-footer {
    font-size: 10px;
}

@media only screen and (min-width: 600px) {
    .paw-patrol-message .msg-teaser-desktop {
        display: block;
        width: 100%;
    }
    .paw-patrol-message .msg-teaser-mobile {
        display: none;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .paw-patrol-message .msg-teaser-desktop {
        display: none;
        width: 100%;
    }
    .paw-patrol-message .msg-teaser-mobile {
        display: block;
        width: 100%;
    }
}
.paw-patrol-message .finePrintText {
    font-size: 10px;
    font-weight: 200;
    margin-top: 10px;
    text-align: center;
}


