.gq-engine-carousel-item {
  border-radius: 1.6rem;
  border: 1px solid #e3e8ef;
  overflow: hidden;
  max-width: 580px;
  background-color: transparent;
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 24px;
}
.gq-engine-carousel-item > div {
  max-width: 100%:
}
.gq-engine-carousel-item h5 {
  color: #f8f9fa;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin: 0 0 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gq-engine-carousel-item-text {
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gq-engine-carousel-item-data {
  display: flex;
  align-items: center;
  margin: 16px 0 24px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.gq-engine-carousel-item-data > div {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gq-engine-carousel-item-icon {
  margin: 0 8px 0 0;
}
.gq-engine-carousel-item a.gq-engine-carousel-item-button {
  color: #023854 !important;
  text-decoration: none !important;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block !important;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: #18BAA0;
  background: linear-gradient(74deg, #19BDA3 0.75%, #A7FFDC 157.73%);
}
.gq-engine-carousel-item strong {
  font-weight: 600;
}
