#product-pages-banners {
    width:100%;
}

.pretty-banner-text-div {
    margin: 0px 10px;
    text-align: center;
}

.pretty-banner-div {
    display:flex;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 8px 12px;
    align-items: center;
    margin-bottom:10px;
}

.pretty-banner-img-div {
    flex:none;
    height:50px;
    width:50px;
}

.pretty-banner-img {
    width:100%;
    height:100%;
}

.pretty-banner-title {
    text-align: center;
    line-height: 1;
    font-size:18px;
    font-weight:bold;
    color:white;
    margin:0px 0px;
    margin-bottom: 2px;
}

.pretty-banner-subtitle {
    text-align: center;
    line-height: 1.1;
    font-size:16px;
    color:white;
    margin: 0px 0px;
}

.pretty-banner-subtitle a {
    color: unset;
    margin: unset;
    padding: unset;
}

.pretty-banner-subtitle p {
    color: unset;
    margin: unset;
    padding: unset;
    line-height: inherit;
}

.pretty-banner-subtitle strong {
    color: unset;
    margin: unset;
    padding: unset;
}

.pretty-banner-subtitle em {
    color: unset;
    margin: unset;
    padding: unset;
}