:host {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}

.carousel-nav-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3%;
  width: 100%;
}

.carousel-nav-dot {
  background-color: var(--color-ti-indicator-grey);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 5px;
  padding: 5px;
  width: 10px;
}

.carousel-nav-dot.selected {
  background-color: var(--color-ti-primary-red);
}

.feature-card {
  align-items: center;
  background-color: var(--color-ti-bg-grey-02);
  display: flex;
  height: 90%;
  justify-content: center;
  width: 100%;
}

.feature-card .image {
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  object-fit: contain;
}

.feature-graphic-ctr {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2%;
  width: 50%;
}

.feature-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1%;
  width: 50%;
}

.feature-title {
  color: var(--color-ti-text-grey-dark);
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  padding: 2% 0;
}

.feature-description {
  color: var(--color-ti-text-grey);
  font-size: 18px;
  line-height: 28px;
  padding: 1.5% 0;
}
