.ProductPageBannersTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    max-width: 500px;
}

.ProductPageBannersTopLeft {
    display: flex;
    flex-direction: column;
    width:auto;
	gap: 1rem;

}

.ProductPageBannersTopRight {
    display: flex;
    flex-direction: column;
    width: auto;

}

.ProductPageBannersTopRight img {
    max-width: 125px;
}
.ProductPagePromises {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 1rem 0 1rem;
}
.ProductPagePromises .ProductPageBannersTopRight img {
    width: 100%;
    height: auto;
}
.CustomerPromiseDescText {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 680px;
}

.CustomerPromiseDescText p {
    width: 520px;
}

.CustomerPromiseDescText img {
    width: 160px;
    height: auto;
    object-fit: contain;
    margin-right: 0;
}

.CustomerPromises.Show-MobileOnly .CustomerPromiseBanners .CustomerPromise:first-child img {
    display: none;
}

.CustomerPromises.Show-MobileOnly .CustomerPromise + img {
    width: 160px;
    height: auto;
    margin: 0 auto;
}