.qf-use-cases {
  margin-top: 160px;
  min-height: 673px;
}

.use-cases__subtitle-v3 {
  margin-bottom: 30px;
}

.use-cases__wrapper-v3 {
  display: flex;
  width: 100%;
  position: relative;
}

.use-cases__left-v3 {
  min-height: 740px;
}

.use-cases__left-v3, 
.use-cases__right {
  flex: 1;
  max-width: 50%;
}

.image-star {
  position: absolute;
  top: 42px;
  right: -45px;
  width: 91px;
  height: 91px;
  z-index: 1;
}

.image-star img {
  height: 83px;
  width: 83px;
  object-fit: contain;
}

.use-cases__left-v3 {
  position: relative;
}

.use-cases__left-v3 img {
  width: 100%;
  /*   height: 100%; */
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s,  opacity .5s linear;
  padding: 0;
}

.use-cases__right {
  padding-left: 9.3vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1728px) {
  .use-cases__right {
    padding-left: 160px !important;
  }
}

.use-cases__right .item-content:not(:last-child) {
  margin-bottom: 2rem;
}

.use-cases__desc-v3 {
  margin-bottom: 36px;
}

.use-cases__nav-link {
  display: flex;
  border-bottom: 2px solid #E1E1E1;
  margin-bottom: 25px;
}

.use-cases__navs-tab {
  display: inline-flex;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.use-cases__navs-tab:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}

.use-cases__navs-tab h6 {
  white-space: nowrap;
  margin-bottom: 20px;
}

.use-cases__navs-tab:not(:first-child) {
  margin-left: 50px;
}

.use-cases__navs-tab.active:before {
  background-color: #1AD678;
}

.use-cases__nav-tab-item {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: visibility 0s, max-height 0s ease, opacity 0.5s ease .3s;
}

.use-cases__nav-tab-item.active {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
  transition: visibility 0s, max-height 0s ease .3s, opacity 0.5s ease;
}

.use-cases__nav-tab-item .body-std {
  margin-bottom: 36px;
}

.use-cases__nav-tab-actions {
  display: flex;
  align-items: center;
}

.use-cases__nav-tab-actions a:first-child {
  margin-right: 26px;
}

@media (max-width: 991px) {
  .use-cases__left-v3 {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .qf-use-cases {
    margin-top: 90px;
  }
  .use-cases__wrapper-v3 {
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    margin: auto
  }

  .use-cases__left-v3,
  .use-cases__right {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .use-cases__left-v3 {
    min-height: 339px;
  }

  .use-cases__right { 
    padding-left: 0;
    padding-bottom: 0;
    justify-content: flex-start;
  }

  .image-star {
    position: absolute;
    top: 0;
    left: unset;
    right: 24px;
    transform: translate(-10%, -50%);
    width: 55px;
    height: 55px;
    z-index: 1;
  }

  .image-star img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .use-cases__title-v3 {
    margin-bottom: .75rem
  }

  .use-cases__subtitle-v3 {
    margin-bottom: .875rem
  }

  .use-cases__desc-v3 {
    margin-bottom: 31px;
  }

}