section.use-case-brief-wrapper {
  background-color: #f3f5ff;
  padding: 64px 0 72px 0;
}
.heading.path-one {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tabsone {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  gap: 0px;
  margin-bottom: 38px;
  display: flex;
  justify-content: center;
}
.tabsone li {
  background-color: transparent;
  color: rgb(49 49 49 / 75%);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  border-bottom: 1px solid rgb(45 52 74 / 60%);
  margin: 0px;
}
.tabsone li.tablinks.active {
  border-bottom: 2px solid #3956dd;
}
.tabsone li.tablinks.active {
  font-weight: 700;
  color: #3956dd;
}
.tabscontent-overall {
  position: relative;
}
.tab-images {
  width: 95%;
  margin: 0 auto;
}
.tabsdescriptions {
  position: absolute;
  top: 50%;
  background: #ffffff;
  width: 550px;
  left: 60px;
  padding: 40px;
  border-radius: 16px;
  transform: translateY(-50%);
}
.tabsdescriptions h3 {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 16px;
  font-weight: 700;
}
.tabsdescriptions h3 span.highlight {
  display: block;
}
.tabsdescriptions p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #1d2334;
}
img.tab-description-thumbnail {
  margin-top: 12px;
  margin-bottom: 20px;
}
span.descptn-thumbnail-title {
  color: #1d2334;
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  font-weight: 600;
  width: 90%;
}
.use-case-brief-wrapper .heading p {
  width: 65%;
  margin: 0 auto;
}
.tabsdescriptions p.mobile-heading {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tabsdescriptions h3 span.highlight {
    display: inline;
  }
  .tabsone {
    flex-wrap: wrap;
    margin-bottom: 0px;
    gap: 10px;
  }
  .tabsone li {
    font-size: 0px;
    padding: 0px;
    background: #d2d6e4;
    height: 8px;
    width: 45px;
    border-radius: 20px;
    border: none;
  }
  .tabsone li.tablinks.active {
    border-bottom: none;
    background: #6f89f1;
  }
  .tabcontent {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content-outer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .mobile-tab-wrapper {
    order: 2;
    margin-top: 70px;
  }
  .tabsdescriptions {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 10px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(187, 213, 255, 0.2) 100%
    );
    border: 1px solid #ffffff45;
    z-index: 400;
  }
  .tabsdescriptions-wrap {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 415px;
  }
  .tab-images {
    min-height: 520px;
  }
  section.use-case-brief-wrapper {
    background-color: #f6faff;
    padding: 40px 0 40px 0;
    z-index: 600;
    position: relative;
  }
  .tabscontent-overall {
    padding-bottom: 20px;
  }
  .tabscontent-overall:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-image: linear-gradient(to top, #ff111142 50%, #c93d3d5e 0%);
    z-index: 200;
    background: linear-gradient(
      0deg,
      rgb(246 250 255) 20%,
      rgb(255 255 255 / 75%) 40%,
      rgba(255, 255, 255, 0) 65%
    );
  }
  .use-case-brief-wrapper .heading.path-one {
    margin-bottom: 0px;
  }
  .tabsdescriptions p {
    margin-bottom: 20px;
    text-align: center;
  }
  span.descptn-thumbnail-title {
    width: 100%;
    text-align: left;
  }
  span.descptn-thumbnail-title:after {
    width: 50%;
  }
  .use-case-brief-wrapper .heading p {
    width: 100%;
  }
  .tabsdescriptions h3 {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    margin-top: 6px;
  }
  .tab-images {
    width: 100%; /* display: none; */
    min-height: 490px;
  }
  .tab-images img {
    min-height: 490px;
    width: auto;
    object-fit: cover;
    object-position: 90%;
  }
  .tabsdescriptions p.mobile-heading {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #3956dd;
  }
}
@media only screen and (max-width: 360px) {
  span.descptn-thumbnail-title:after {
    width: 45%;
  }
  .mobile-tab-wrapper {
    padding-top: 25px;
  }
  .tabsdescriptions h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .tabsdescriptions-wrap {
    min-height: 440px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.use-case-brief-wrapper {
    padding: 40px 0px 10px 0px;
  }
  .tabsone li {
    font-size: 16px;
  }
  .tabsdescriptions {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    padding: 0px 0px 0px 0px;
    transform: translateX(-50%);
    width: 90%;
    padding: 25px;
  }
  .tabcontent {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabsdescriptions h3 {
    font-size: 26px;
    line-height: 32px;
  }
  img.tab-description-thumbnail {
    max-width: 300px;
  }
  .tab-images img {
    height: 100%;
    object-fit: contain;
  }
  .tabsdescriptions p {
    margin-bottom: 10px;
    text-align: center;
  }
  .tabsdescriptions a.more-info {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-top: 0px;
  }
  .tab-images {
    width: 100%;
    margin: 0 auto;
  }
  span.descptn-thumbnail-title {
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: #1d2334;
  }
  span.descptn-thumbnail-title:after {
    display: none;
  }
}
