.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-text-and-buttons {
   background-color: rgb(255 255 255 / 50%); /*white*/
   padding: 15px;
}
.yotpo-widget-hero-section .yotpo-action-button-widget .yotpo-filled-button:focus {
  box-shadow: 0 0 2px 2px #76bffd;
}

@media screen and (max-width: 1300px) {
  .yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-text-container.yotpo-left-layout {
      max-width: 350px;
  }
  
  .yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-action-button-widget button {
  	max-width: 150px;
  }
  
  .yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-customer-logged-out-buttons {
    padding-top: 15px;
  }
  
  .yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-text-container .yotpo-title {
    font-size: 37px!important;
  }
}