/** Shopify CDN: Minification failed

Line 95:1 Expected "}" to go with "{"

**/
.roma-benefits {
  background: #ffffff;
  padding: 24px 0 28px;
  border-bottom: 1px solid #e5ebf1;
}

.roma-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}

.roma-benefits__item {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.roma-benefits__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eef8fd;
  color: #12b7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.roma-benefits__title {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
  color: #1f2937;
  font-weight: 700;
}

.roma-benefits__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}

@media screen and (max-width: 989px) {
  .roma-benefits__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .roma-benefits__item {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .roma-benefits {
    padding: 20px 0 24px;
  }

  .roma-benefits__item {
    gap: 12px;
  }

  .roma-benefits__title {
    font-size: 16px;
  }

  .roma-benefits__subtitle {
    font-size: 13px;
  }
@media screen and (max-width: 749px) {

  .roma-benefits__slider {
    display: flex;
    overflow: hidden;
    position: relative;
  }

  .roma-benefits__item {
    min-width: 100%;
    justify-content: center;
    transition: transform 0.4s ease;
  }

}