.ags-overview__content-container{
  margin-top: 2rem;
  justify-items: center;
  /*   padding-top: 3rem; */
}

@supports (-moz-appearance: none) {
  /* Firefox-specific styles */
  .ags-overview__content-container {
    padding-top: 3rem; 
  }
}

.title-container {
  max-width: 750px;
  margin: auto;
}

.ags-overview{
  background-color: white;
  background-image: url(//21418031.fs1.hubspotusercontent-na1.net/hubfs/21418031/raw_assets/public/accelbyte-web-v-5_1/images/pages/gaming-services/ags-bg-pattern.svg);
  background-repeat: repeat-x;
  margin-top: -190px;
  background-position-y: 100px;
}


.overview-title{
  font-family: Blinker;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #15181D;
  margin-bottom:4px;
}

.overview-subtitle{
  font-family: Red Hat Text;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #5A677F;
}

.overview-image-container{
  margin-top: 3rem;
}

.content-container{
  width: 100%;
  margin-top: 3rem;
}

.highlight-card{
  width: 100%;
  background-color: #F5F6F8;
  justify-items: center;
  border-radius: 8px;
  gap: 4px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;

}

.highlight-title{
  font-family: Blinker;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 4px;
}

.highlight-subtitile{
  font-family: Red Hat Text;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color:#15181D;
}


.features__item-header {
  align-items: center;
  background: var(--color-primary-lightest) url(//21418031.fs1.hubspotusercontent-na1.net/hubfs/21418031/raw_assets/public/accelbyte-web-v-5_1/images/landing-pages/accelbyte-intelligence-service/ais-feature-header-bg.png) center no-repeat;
  display: flex;
  height: 80px;
  justify-content: center;
}

.features__item-title{
  font-family: Blinker;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center
}

.features__item-description{
  font-family: Red Hat Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #5A677F;
}

.detail-card-feature{
min-height:4rem;
}


@media (max-width: 767px) {

  .overview-title{
    font-size: 28px;
    line-height: 36px;
  }

  .overview-subtitle{
    font-size: 14px;
    line-height: 20px;
  }

  .features__item-title{
    font-size: 20px;
  }

  .features__item-description{
    font-size: 12px;
  }
  
  .detail-card-feature{
min-height:2rem;
}

}