.wgt-home-widgets {
  padding-top: 24px;
  padding-bottom: 48px;
}

.wgt-home-widgets .widgets-section {
  margin-bottom: 0 !important;
}

.wgt-home-widgets .rating-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
  align-items: center;
  justify-items: center;
  max-width: 450px;
  margin: 0 auto;
}

.wgt-home-widgets .rating-widgets img,
.wgt-home-widgets .rating-widgets .sf-root {
  width: 100%;
  max-width: 110px;
  min-width: 60px;
}

.wgt-home-widgets .rating-widgets .sf-root iframe,
.wgt-home-widgets .rating-widgets .sf-root img {
  width: 100% !important;
  max-width: 110px !important;
}

@media (max-width: 768px) {
  .wgt-home-widgets {
    padding-bottom: 32px;
  }

  .wgt-home-widgets .rating-widgets {
    gap: 2rem;
  }

  .wgt-home-widgets .rating-widgets img,
  .wgt-home-widgets .rating-widgets .sf-root {
    max-width: 80px;
  }
}

@media (max-width: 576px) {
  .wgt-home-widgets .rating-widgets {
    gap: 1.25rem;
  }
}
