.time-wrapper {
  gap: 20px;
  padding-bottom: 131px;
}

.time-image {
  top: 0px !important;
}

.time-hero::after {
  background: #fbf9f7;
}

.time-hero {
  margin-bottom: 100px;
}

.time-wrapper .cta-btn {
  transform: translateX(0%);
  background: var(--av-color-text);
  width: 287px;
  height: 62px;
  border-radius: var(--av-radius-500);
  font-family: Roboto;
  font-weight: var(--av-font-weight-600);
  font-size: var(--av-font-size-20);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-decoration: none;
}

.avento-way-section {
  margin-bottom: 100px;
}

.avento-way {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.left-list {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.left-list .hori-divider {
  background: linear-gradient(270deg, #e6e6e6 70%, #ffffff 100%);
  height: 1px;
  width: 460px;
  margin: 20px 0px;
}

.list .item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.list .item span {
  font-family: Roboto;
  font-weight: var(--av-font-weight-400);
  font-size: var(--av-font-size-16);
  line-height: 32px;
  letter-spacing: 0%;
}

.right-list .hori-divider {
  background: linear-gradient(90deg, #e6e6e6 70%, #ffffff 100%);
  height: 1px;
  width: 460px;
  margin: 20px 0px;
}

.time-features {
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .avento-way {
    flex-direction: column;
    gap: 50px;
    align-items: unset;
  }
  .list-divider {
    display: none;
  }
}

@media (max-width: 499.98px) {
  .insight-content .cta-btn {
    margin: 0 auto;
    margin-top: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .list .hori-divider {
    width: 100%;
  }
}
