.yotpo-widget-hero-section .yotpo-text-on-background:after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0215/9253/9208/files/HPimage1.jpg?v=1720506772);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    display: block;
}

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
    max-width: 40% !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-and-buttons {
    background-color: #053f74 !important;
    border-radius: 20px !important;
    max-width: 400px !important;
    padding: 30px !important;
    margin: 20px;
    min-height: 250px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yotpo-widget-hero-section button {
    font-weight: 700 !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile {
    flex-direction: column-reverse !important;
    height: fit-content !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile:after {
    height: 0 !important;
    padding-top: 100% !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-container {
    max-width: unset !important;
}