.review::before {
  content: "";
  display: block;
  background-image: url("https://homeguard.com/wp-content/uploads/2025/06/Homeguard-Satisfaction-Rating-Seal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  opacity: 0.8;
/*   transition: opacity 0.3s ease-in-out; */
}

@media (max-width: 768px) {
  .review::before {
  content: "";
  display: block;
  background-image: url("https://homeguard.com/wp-content/uploads/2025/06/Homeguard-Satisfaction-Rating-Seal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  opacity: 0.8;
	}
	.block-testimonials-carousel .review {
    width: 80% !important;
}

.block-testimonials-carousel .review {
    width: 85%;
}
}

.responsive-logo {
    height: 75px;
    
}

.mt-0.mb-5 {
    font-size: 26px; /* Default font size */
}

@media (max-width: 768px) {
  .mt-0.mb-5{
font-size: 22px;
	}
	.responsive-logo {
    height: 25px;
    
}
}

.nobreak {padding-bottom:0px !important;}

	